#75624E

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

Shades of Pine Cone #75624E

Tints of Pine Cone #75624E

Color information

#75624E (or 0x75624E) is unknown color: approx Pine Cone. HEX triplet: 75, 62 and 4E. RGB value is (117,98,78). Sum of RGB (Red+Green+Blue) = 117+98+78=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75624E is #8A9DB1. Grayscale: #656565. Windows color (decimal): -9084338 or 5137013. OLE color: 5137013.

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

Color convert

RGB1179878-
CMYK00.160.330.54
HSL30.77º20%38.24%-
HSV(B)30.77º33.33%45.88%-
XYZ13.0813.079.04-
YUV101.4114.79139.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=39.93%
G=33.45%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117987800.160.330.5430.772038.24
Hex75624E01021361f1426
Octal1651421160204166372446
Binary1110101110001010011100100001000011101101111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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