#75655A

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

Shades of Pine Cone #75655A

Tints of Pine Cone #75655A

Color information

#75655A (or 0x75655A) is unknown color: approx Pine Cone. HEX triplet: 75, 65 and 5A. RGB value is (117,101,90). Sum of RGB (Red+Green+Blue) = 117+101+90=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75655A is #8A9AA5. Grayscale: #686868. Windows color (decimal): -9083558 or 5924213. OLE color: 5924213.

HSL color Cylindrical-coordinate representation of color #75655A: hue angle of 24.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75655A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11710190-
CMYK00.140.230.54
HSL24.44º13.04%40.59%-
HSV(B)24.44º23.08%45.88%-
XYZ13.8413.8311.61-
YUV104.53119.8136.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=37.99%
G=32.79%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171019000.140.230.5424.4413.0440.59
Hex75655A0E173618d29
Octal1651451320162766301551
Binary1110101110010110110100111010111110110110001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75655A; }

 p { color: rgb(117,101,90); }

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

<style>
 a { background-color: #75655A; }

 a { background-color: rgb(117,101,90); }

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

<style>
 span { border-color: #75655A; }

 span { border-color: rgb(117,101,90); }

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