Html Css Color HEX #9D9388 Zorba

📋 copy color: '#9D9388'

red 157 ◦ green 147 ◦ blue 136

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

Shades of Zorba #9D9388

Tints of Zorba #9D9388

RGB

 RED value IS 157 (61.72% from 255) = 35.68%

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

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 35.68%
G = 33.41%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D9388 (or 0x9D9388) is known color: Zorba. HEX triplet: 9D, 93 and 88. RGB value is (157,147,136). Sum of RGB (Red+Green+Blue) = 157+147+136=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9388 is #626C77. Grayscale: #949494. Windows color (decimal): -6450296 or 8950685. OLE color: 8950685.

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

Color convert

RGB 157 147 136 -
CMYK 0 0.06 0.13 0.38
HSL 31.43º 0.1% 0.57% -
HSV(B) 31.43º 0.13% 0.62% -
XYZ 28.78 29.81 27.53 -
YUV 148.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 157 147 136 0 0.06 0.13 0.38 31.43 0.1 0.57
Hex 9D 93 88 0 6 D 26 1F A 39
Octal 235 223 210 0 6 15 46 37 12 71
Binary 10011101 10010011 10001000 0 110 1101 100110 11111 1010 111001

Color Harmonies of #9D9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9388

Black with #9D9388

Text Example


Text Example

White with #9D9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,136); }

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

background-color css

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

 a { background-color: rgb(157,147,136); }

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

border-color css

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

 span { border-color: rgb(157,147,136); }

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