#75665A

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

Shades of Pine Cone #75665A

Tints of Pine Cone #75665A

Color information

#75665A (or 0x75665A) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 5A. RGB value is (117,102,90). Sum of RGB (Red+Green+Blue) = 117+102+90=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665A is #8A99A5. Grayscale: #696969. Windows color (decimal): -9083302 or 5924469. OLE color: 5924469.

HSL color Cylindrical-coordinate representation of color #75665A: hue angle of 26.67º 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 #75665A is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB11710290-
CMYK00.130.230.54
HSL26.67º13.04%40.59%-
HSV(B)26.67º23.08%45.88%-
XYZ13.9314.0211.65-
YUV105.12119.47136.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=37.86%
G=33.01%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171029000.130.230.5426.6713.0440.59
Hex75665A0D17361bd29
Octal1651461320152766331551
Binary1110101110011010110100110110111110110110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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