#90756B

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

Shades of Hemp #90756B

Tints of Hemp #90756B

Color information

#90756B (or 0x90756B) is unknown color: approx Hemp. HEX triplet: 90, 75 and 6B. RGB value is (144,117,107). Sum of RGB (Red+Green+Blue) = 144+117+107=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #90756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90756B is #6F8A94. Grayscale: #7B7B7B. Windows color (decimal): -7309973 or 7042448. OLE color: 7042448.

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

Color convert

RGB144117107-
CMYK00.190.260.44
HSL16.22º14.74%49.22%-
HSV(B)16.22º25.69%56.47%-
XYZ20.5219.7116.63-
YUV123.93118.45142.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=39.13%
G=31.79%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411710700.190.260.4416.2214.7449.22
Hex90756B0131A2C10f31
Octal2201651530233254201761
Binary100100001110101110101101001111010101100100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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