#75675A

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

Shades of Pine Cone #75675A

Tints of Pine Cone #75675A

Color information

#75675A (or 0x75675A) is unknown color: approx Pine Cone. HEX triplet: 75, 67 and 5A. RGB value is (117,103,90). Sum of RGB (Red+Green+Blue) = 117+103+90=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675A is #8A98A5. Grayscale: #696969. Windows color (decimal): -9083046 or 5924725. OLE color: 5924725.

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

Color convert

RGB11710390-
CMYK00.120.230.54
HSL28.89º13.04%40.59%-
HSV(B)28.89º23.08%45.88%-
XYZ14.0314.2211.68-
YUV105.7119.14136.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=37.74%
G=33.23%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171039000.120.230.5428.8913.0440.59
Hex75675A0C17361dd29
Octal1651471320142766351551
Binary1110101110011110110100110010111110110111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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