#90756C

Color #90756C Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #90756C

Tints of Hemp #90756C

Color information

#90756C (or 0x90756C) is unknown color: approx Hemp. HEX triplet: 90, 75 and 6C. RGB value is (144,117,108). Sum of RGB (Red+Green+Blue) = 144+117+108=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #90756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90756C is #6F8A93. Grayscale: #7C7C7C. Windows color (decimal): -7309972 or 7107984. OLE color: 7107984.

HSL color Cylindrical-coordinate representation of color #90756C: hue angle of 15º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90756C is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB144117108-
CMYK00.190.250.44
HSL15º14.29%49.41%-
HSV(B)15º25%56.47%-
XYZ20.5719.7316.91-
YUV124.05118.95142.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=39.02%
G=31.71%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411710800.190.250.441514.2949.41
Hex90756C013192Cfe31
Octal2201651540233154171661
Binary10010000111010111011000100111100110110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90756C; }

 p { color: rgb(144,117,108); }

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

<style>
 a { background-color: #90756C; }

 a { background-color: rgb(144,117,108); }

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

<style>
 span { border-color: #90756C; }

 span { border-color: rgb(144,117,108); }

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