Html Css Color HEX #9E968D Zorba

📋 copy color: '#9E968D'

red 158 ◦ green 150 ◦ blue 141

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

Shades of Zorba #9E968D

Tints of Zorba #9E968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 35.19%
G = 33.41%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E968D (or 0x9E968D) is known color: Zorba. HEX triplet: 9E, 96 and 8D. RGB value is (158,150,141). Sum of RGB (Red+Green+Blue) = 158+150+141=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 158 - color contains mainly: red. Hex color #9E968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E968D is #616972. Grayscale: #979797. Windows color (decimal): -6383987 or 9279134. OLE color: 9279134.

HSL color Cylindrical-coordinate representation of color #9E968D: hue angle of 31.76º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E968D is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 150 141 -
CMYK 0 0.05 0.11 0.38
HSL 31.76º 0.08% 0.59% -
HSV(B) 31.76º 0.11% 0.62% -
XYZ 29.81 31 29.61 -
YUV 151.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 158 150 141 0 0.05 0.11 0.38 31.76 0.08 0.59
Hex 9E 96 8D 0 5 B 26 20 8 3B
Octal 236 226 215 0 5 13 46 40 10 73
Binary 10011110 10010110 10001101 0 101 1011 100110 100000 1000 111011

Color Harmonies of #9E968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E968D

Black with #9E968D

Text Example


Text Example

White with #9E968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,150,141); }

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

background-color css

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

 a { background-color: rgb(158,150,141); }

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

border-color css

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

 span { border-color: rgb(158,150,141); }

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