#79614B

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

Shades of Pine Cone #79614B

Tints of Pine Cone #79614B

Color information

#79614B (or 0x79614B) is unknown color: approx Pine Cone. HEX triplet: 79, 61 and 4B. RGB value is (121,97,75). Sum of RGB (Red+Green+Blue) = 121+97+75=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #79614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79614B is #869EB4. Grayscale: #656565. Windows color (decimal): -8822453 or 4940153. OLE color: 4940153.

HSL color Cylindrical-coordinate representation of color #79614B: hue angle of 28.7º 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 #79614B is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1219775-
CMYK00.200.380.53
HSL28.7º23.47%38.43%-
HSV(B)28.7º38.02%47.45%-
XYZ13.4313.128.48-
YUV101.67112.95141.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.30%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=41.30%
G=33.11%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121977500.200.380.5328.723.4738.43
Hex79614B01426351d1726
Octal1711411130244665352746
Binary1111001110000110010110101001001101101011110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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