Html Css Color HEX #9E9083 Zorba

📋 copy color: '#9E9083'

red 158 ◦ green 144 ◦ blue 131

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

Shades of Zorba #9E9083

Tints of Zorba #9E9083

RGB

 RED value IS 158 (62.11% from 255) = 36.49%

 GREEN value IS 144 (56.64% from 255) = 33.26%

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 36.49%
G = 33.26%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E9083 (or 0x9E9083) is known color: Zorba. HEX triplet: 9E, 90 and 83. RGB value is (158,144,131). Sum of RGB (Red+Green+Blue) = 158+144+131=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9083 is #616F7C. Grayscale: #929292. Windows color (decimal): -6385533 or 8622238. OLE color: 8622238.

HSL color Cylindrical-coordinate representation of color #9E9083: hue angle of 28.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E9083 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 144 131 -
CMYK 0 0.09 0.17 0.38
HSL 28.89º 0.12% 0.57% -
HSV(B) 28.89º 0.17% 0.62% -
XYZ 28.17 28.85 25.56 -
YUV 146.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 158 144 131 0 0.09 0.17 0.38 28.89 0.12 0.57
Hex 9E 90 83 0 9 11 26 1D C 39
Octal 236 220 203 0 11 21 46 35 14 71
Binary 10011110 10010000 10000011 0 1001 10001 100110 11101 1100 111001

Color Harmonies of #9E9083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9083

Black with #9E9083

Text Example


Text Example

White with #9E9083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E9083; }

 p { color: rgb(158,144,131); }

 H1.HeaderClassName
 {
   color: #9E9083;
 }
 .AnyTagClassName
 {
   color: #9E9083;
 }
</style>

background-color css

<style>
 a { background-color: #9E9083; }

 a { background-color: rgb(158,144,131); }

 div.DivClassName
 {
   background-color: #9E9083;
 }
 .BgClassName
 {
   background-color: #9E9083;
 }
</style>

border-color css

<style>
 span { border-color: #9E9083; }

 span { border-color: rgb(158,144,131); }

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