#75624C

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

Shades of Pine Cone #75624C

Tints of Pine Cone #75624C

Color information

#75624C (or 0x75624C) is unknown color: approx Pine Cone. HEX triplet: 75, 62 and 4C. RGB value is (117,98,76). Sum of RGB (Red+Green+Blue) = 117+98+76=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75624C is #8A9DB3. Grayscale: #656565. Windows color (decimal): -9084340 or 5005941. OLE color: 5005941.

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

Color convert

RGB1179876-
CMYK00.160.350.54
HSL32.2º21.24%37.84%-
HSV(B)32.2º35.04%45.88%-
XYZ13.0113.048.67-
YUV101.17113.79139.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=40.21%
G=33.68%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117987600.160.350.5432.221.2437.84
Hex75624C0102336201526
Octal1651421140204366402546
Binary11101011100010100110001000010001111011010000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75624C; }

 p { color: rgb(117,98,76); }

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

<style>
 a { background-color: #75624C; }

 a { background-color: rgb(117,98,76); }

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

<style>
 span { border-color: #75624C; }

 span { border-color: rgb(117,98,76); }

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