Html Css Color HEX #9B938A Zorba

📋 copy color: '#9B938A'

red 155 ◦ green 147 ◦ blue 138

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

Shades of Zorba #9B938A

Tints of Zorba #9B938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 35.23%
G = 33.41%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B938A (or 0x9B938A) is known color: Zorba. HEX triplet: 9B, 93 and 8A. RGB value is (155,147,138). Sum of RGB (Red+Green+Blue) = 155+147+138=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 155 - color contains mainly: red. Hex color #9B938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B938A is #646C75. Grayscale: #949494. Windows color (decimal): -6581366 or 9081755. OLE color: 9081755.

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

Color convert

RGB 155 147 138 -
CMYK 0 0.05 0.11 0.39
HSL 31.76º 0.08% 0.57% -
HSV(B) 31.76º 0.11% 0.61% -
XYZ 28.54 29.67 28.27 -
YUV 148.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 155 147 138 0 0.05 0.11 0.39 31.76 0.08 0.57
Hex 9B 93 8A 0 5 B 27 20 8 39
Octal 233 223 212 0 5 13 47 40 10 71
Binary 10011011 10010011 10001010 0 101 1011 100111 100000 1000 111001

Color Harmonies of #9B938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B938A

Black with #9B938A

Text Example


Text Example

White with #9B938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,138); }

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

background-color css

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

 a { background-color: rgb(155,147,138); }

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

border-color css

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

 span { border-color: rgb(155,147,138); }

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