Html Css Color HEX #90756C Hemp

📋 copy color: '#90756C'

red 144 ◦ green 117 ◦ blue 108

#90756C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #90756C

Tints of Hemp #90756C

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 value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90756C (or 0x90756C) is known color: 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

RGB 144 117 108 -
CMYK 0 0.19 0.25 0.44
HSL 15º 0.14% 0.49% -
HSV(B) 15º 0.25% 0.56% -
XYZ 20.57 19.73 16.91 -
YUV 124.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 144 117 108 0 0.19 0.25 0.44 15 0.14 0.49
Hex 90 75 6C 0 13 19 2C F E 31
Octal 220 165 154 0 23 31 54 17 16 61
Binary 10010000 1110101 1101100 0 10011 11001 101100 1111 1110 110001

Color Harmonies of #90756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90756C

Black with #90756C

Text Example


Text Example

White with #90756C

Text Example


Text Example

HTML Codes & Css Web 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>