#90756D

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

Shades of Hemp #90756D

Tints of Hemp #90756D

Color information

#90756D (or 0x90756D) is unknown color: approx Hemp. HEX triplet: 90, 75 and 6D. RGB value is (144,117,109). Sum of RGB (Red+Green+Blue) = 144+117+109=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #90756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90756D is #6F8A92. Grayscale: #7C7C7C. Windows color (decimal): -7309971 or 7173520. OLE color: 7173520.

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

Color convert

RGB144117109-
CMYK00.190.240.44
HSL13.71º13.83%49.61%-
HSV(B)13.71º24.31%56.47%-
XYZ20.6219.7617.19-
YUV124.16119.45142.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=38.92%
G=31.62%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411710900.190.240.4413.7113.8349.61
Hex90756D013182Cee32
Octal2201651550233054161662
Binary10010000111010111011010100111100010110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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