#7B6A54

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

Shades of Pine Cone #7B6A54

Tints of Pine Cone #7B6A54

Color information

#7B6A54 (or 0x7B6A54) is unknown color: approx Pine Cone. HEX triplet: 7B, 6A and 54. RGB value is (123,106,84). Sum of RGB (Red+Green+Blue) = 123+106+84=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6A54 is #8495AB. Grayscale: #6C6C6C. Windows color (decimal): -8689068 or 5532283. OLE color: 5532283.

HSL color Cylindrical-coordinate representation of color #7B6A54: hue angle of 33.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B6A54 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB12310684-
CMYK00.140.320.52
HSL33.85º18.84%40.59%-
HSV(B)33.85º31.71%48.24%-
XYZ14.9215.1610.53-
YUV108.57114.13138.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.30%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=39.30%
G=33.87%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231068400.140.320.5233.8518.8440.59
Hex7B6A540E2034221329
Octal1731521240164064422351
Binary1111011110101010101000111010000011010010001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,106,84); }

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

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

 a { background-color: rgb(123,106,84); }

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

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

 span { border-color: rgb(123,106,84); }

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