#75614D

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

Shades of Pine Cone #75614D

Tints of Pine Cone #75614D

Color information

#75614D (or 0x75614D) is unknown color: approx Pine Cone. HEX triplet: 75, 61 and 4D. RGB value is (117,97,77). Sum of RGB (Red+Green+Blue) = 117+97+77=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75614D is #8A9EB2. Grayscale: #646464. Windows color (decimal): -9084595 or 5071221. OLE color: 5071221.

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

Color convert

RGB1179777-
CMYK00.170.340.54
HSL30º20.62%38.04%-
HSV(B)30º34.19%45.88%-
XYZ12.9512.878.82-
YUV100.7114.63139.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=40.21%
G=33.33%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117977700.170.340.543020.6238.04
Hex75614D01122361e1526
Octal1651411150214266362546
Binary1110101110000110011010100011000101101101111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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