Html Css Color HEX #9B958E Zorba

📋 copy color: '#9B958E'

red 155 ◦ green 149 ◦ blue 142

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

Shades of Zorba #9B958E

Tints of Zorba #9B958E

RGB

 RED value IS 155 (60.94% from 255) = 34.75%

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 34.75%
G = 33.41%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B958E (or 0x9B958E) is known color: Zorba. HEX triplet: 9B, 95 and 8E. RGB value is (155,149,142). Sum of RGB (Red+Green+Blue) = 155+149+142=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 155 - color contains mainly: red. Hex color #9B958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B958E is #646A71. Grayscale: #969696. Windows color (decimal): -6580850 or 9344411. OLE color: 9344411.

HSL color Cylindrical-coordinate representation of color #9B958E: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B958E is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 149 142 -
CMYK 0 0.04 0.08 0.39
HSL 32.31º 0.06% 0.58% -
HSV(B) 32.31º 0.08% 0.61% -
XYZ 29.15 30.42 29.93 -
YUV 150 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 155 149 142 0 0.04 0.08 0.39 32.31 0.06 0.58
Hex 9B 95 8E 0 4 8 27 20 6 3A
Octal 233 225 216 0 4 10 47 40 6 72
Binary 10011011 10010101 10001110 0 100 1000 100111 100000 110 111010

Color Harmonies of #9B958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B958E

Black with #9B958E

Text Example


Text Example

White with #9B958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,149,142); }

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

background-color css

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

 a { background-color: rgb(155,149,142); }

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

border-color css

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

 span { border-color: rgb(155,149,142); }

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