#79644B

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

Shades of Pine Cone #79644B

Tints of Pine Cone #79644B

Color information

#79644B (or 0x79644B) is unknown color: approx Pine Cone. HEX triplet: 79, 64 and 4B. RGB value is (121,100,75). Sum of RGB (Red+Green+Blue) = 121+100+75=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 121 - color contains mainly: red. Hex color #79644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79644B is #869BB4. Grayscale: #676767. Windows color (decimal): -8821685 or 4940921. OLE color: 4940921.

HSL color Cylindrical-coordinate representation of color #79644B: hue angle of 32.61º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79644B is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB12110075-
CMYK00.170.380.53
HSL32.61º23.47%38.43%-
HSV(B)32.61º38.02%47.45%-
XYZ13.7113.698.58-
YUV103.43111.96140.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=40.88%
G=33.78%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211007500.170.380.5332.6123.4738.43
Hex79644B0112635211726
Octal1711441130214665412746
Binary11110011100100100101101000110011011010110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79644B; }

 p { color: rgb(121,100,75); }

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

<style>
 a { background-color: #79644B; }

 a { background-color: rgb(121,100,75); }

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

<style>
 span { border-color: #79644B; }

 span { border-color: rgb(121,100,75); }

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