Html Css Color HEX #9D9590 Zorba

📋 copy color: '#9D9590'

red 157 ◦ green 149 ◦ blue 144

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

Shades of Zorba #9D9590

Tints of Zorba #9D9590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32%

R = 34.89%
G = 33.11%
B = 32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D9590 (or 0x9D9590) is known color: Zorba. HEX triplet: 9D, 95 and 90. RGB value is (157,149,144). Sum of RGB (Red+Green+Blue) = 157+149+144=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9590 is #626A6F. Grayscale: #969696. Windows color (decimal): -6449776 or 9475485. OLE color: 9475485.

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

Color convert

RGB 157 149 144 -
CMYK 0 0.05 0.08 0.38
HSL 23.08º 0.06% 0.59% -
HSV(B) 23.08º 0.08% 0.62% -
XYZ 29.69 30.68 30.74 -
YUV 150.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 157 149 144 0 0.05 0.08 0.38 23.08 0.06 0.59
Hex 9D 95 90 0 5 8 26 17 6 3B
Octal 235 225 220 0 5 10 46 27 6 73
Binary 10011101 10010101 10010000 0 101 1000 100110 10111 110 111011

Color Harmonies of #9D9590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9590

Black with #9D9590

Text Example


Text Example

White with #9D9590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,149,144); }

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

background-color css

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

 a { background-color: rgb(157,149,144); }

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

border-color css

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

 span { border-color: rgb(157,149,144); }

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