#75614E

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

Shades of Pine Cone #75614E

Tints of Pine Cone #75614E

Color information

#75614E (or 0x75614E) is unknown color: approx Pine Cone. HEX triplet: 75, 61 and 4E. RGB value is (117,97,78). Sum of RGB (Red+Green+Blue) = 117+97+78=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75614E is #8A9EB1. Grayscale: #646464. Windows color (decimal): -9084594 or 5136757. OLE color: 5136757.

HSL color Cylindrical-coordinate representation of color #75614E: hue angle of 29.23º 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 #75614E is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1179778-
CMYK00.170.330.54
HSL29.23º20%38.24%-
HSV(B)29.23º33.33%45.88%-
XYZ12.9912.889.01-
YUV100.81115.13139.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 78 (30.86% from 255) = 26.71%
R=40.07%
G=33.22%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117977800.170.330.5429.232038.24
Hex75614E01121361d1426
Octal1651411160214166352446
Binary1110101110000110011100100011000011101101110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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