#75604D

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

Shades of Pine Cone #75604D

Tints of Pine Cone #75604D

Color information

#75604D (or 0x75604D) is unknown color: approx Pine Cone. HEX triplet: 75, 60 and 4D. RGB value is (117,96,77). Sum of RGB (Red+Green+Blue) = 117+96+77=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75604D is #8A9FB2. Grayscale: #646464. Windows color (decimal): -9084851 or 5070965. OLE color: 5070965.

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

Color convert

RGB1179677-
CMYK00.180.340.54
HSL28.5º20.62%38.04%-
HSV(B)28.5º34.19%45.88%-
XYZ12.8612.688.79-
YUV100.11114.96140.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=40.34%
G=33.10%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117967700.180.340.5428.520.6238.04
Hex75604D01222361d1526
Octal1651401150224266352546
Binary1110101110000010011010100101000101101101110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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