#7b6650

Color #7B6650 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #7B6650

Tints of Pine Cone #7B6650

Color information

#7B6650 (or 0x7B6650) is unknown color: approx Pine Cone. HEX triplet: 7B, 66 and 50. RGB value is (123,102,80). Sum of RGB (Red+Green+Blue) = 123+102+80=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6650 is #8499AF. Grayscale: #696969. Windows color (decimal): -8690096 or 5269115. OLE color: 5269115.

HSL color Cylindrical-coordinate representation of color #7B6650: hue angle of 30.7º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B6650 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB12310280-
CMYK00.170.350.52
HSL30.7º21.18%39.8%-
HSV(B)30.7º34.96%48.24%-
XYZ14.3714.299.59-
YUV105.77113.46140.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 40.33%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=40.33%
G=33.44%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231028000.170.350.5230.721.1839.8
Hex7B665001123341f1528
Octal1731461200214364372550
Binary1111011110011010100000100011000111101001111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7b6650; }

 p { color: rgb(123,102,80); }

 H1.HeaderClassName
 {
   color: #7b6650;
 }
 .AnyTagClassName
 {
   color: #7b6650;
 }
</style>
background-color css

<style>
 a { background-color: #7b6650; }

 a { background-color: rgb(123,102,80); }

 div.DivClassName
 {
   background-color: #7b6650;
 }
 .BgClassName
 {
   background-color: #7b6650;
 }
</style>
border-color css

<style>
 span { border-color: #7b6650; }

 span { border-color: rgb(123,102,80); }

 td.TdClassName
 {
   border-color: #7b6650;
 }
 .TagClassName
 {
   border-color: #7b6650;
 }
</style>