Html Css Color HEX #9F9488 Zorba

📋 copy color: '#9F9488'

red 159 ◦ green 148 ◦ blue 136

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

Shades of Zorba #9F9488

Tints of Zorba #9F9488

RGB

 RED value IS 159 (62.5% from 255) = 35.89%

 GREEN value IS 148 (58.2% from 255) = 33.41%

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

R = 35.89%
G = 33.41%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F9488 (or 0x9F9488) is known color: Zorba. HEX triplet: 9F, 94 and 88. RGB value is (159,148,136). Sum of RGB (Red+Green+Blue) = 159+148+136=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9488 is #606B77. Grayscale: #959595. Windows color (decimal): -6318968 or 8950943. OLE color: 8950943.

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

Color convert

RGB 159 148 136 -
CMYK 0 0.07 0.14 0.38
HSL 31.3º 0.11% 0.58% -
HSV(B) 31.3º 0.14% 0.62% -
XYZ 29.33 30.33 27.6 -
YUV 149.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 159 148 136 0 0.07 0.14 0.38 31.3 0.11 0.58
Hex 9F 94 88 0 7 E 26 1F B 3A
Octal 237 224 210 0 7 16 46 37 13 72
Binary 10011111 10010100 10001000 0 111 1110 100110 11111 1011 111010

Color Harmonies of #9F9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9488

Black with #9F9488

Text Example


Text Example

White with #9F9488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,136); }

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

background-color css

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

 a { background-color: rgb(159,148,136); }

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

border-color css

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

 span { border-color: rgb(159,148,136); }

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