#75604F

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

Shades of Pine Cone #75604F

Tints of Pine Cone #75604F

Color information

#75604F (or 0x75604F) is unknown color: approx Pine Cone. HEX triplet: 75, 60 and 4F. RGB value is (117,96,79). Sum of RGB (Red+Green+Blue) = 117+96+79=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75604F is #8A9FB0. Grayscale: #646464. Windows color (decimal): -9084849 or 5202037. OLE color: 5202037.

HSL color Cylindrical-coordinate representation of color #75604F: hue angle of 26.84º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75604F is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1179679-
CMYK00.180.320.54
HSL26.84º19.39%38.43%-
HSV(B)26.84º32.48%45.88%-
XYZ12.9312.719.17-
YUV100.34115.96139.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=40.07%
G=32.88%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117967900.180.320.5426.8419.3938.43
Hex75604F01220361b1326
Octal1651401170224066332346
Binary1110101110000010011110100101000001101101101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75604F; }

 p { color: rgb(117,96,79); }

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

<style>
 a { background-color: #75604F; }

 a { background-color: rgb(117,96,79); }

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

<style>
 span { border-color: #75604F; }

 span { border-color: rgb(117,96,79); }

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