Html Css Color HEX #9F9387 Zorba

📋 copy color: '#9F9387'

red 159 ◦ green 147 ◦ blue 135

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

Shades of Zorba #9F9387

Tints of Zorba #9F9387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.61%

R = 36.05%
G = 33.33%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F9387 (or 0x9F9387) is known color: Zorba. HEX triplet: 9F, 93 and 87. RGB value is (159,147,135). Sum of RGB (Red+Green+Blue) = 159+147+135=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9387 is #606C78. Grayscale: #959595. Windows color (decimal): -6319225 or 8885151. OLE color: 8885151.

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

Color convert

RGB 159 147 135 -
CMYK 0 0.08 0.15 0.38
HSL 30º 0.11% 0.58% -
HSV(B) 30º 0.15% 0.62% -
XYZ 29.1 29.99 27.18 -
YUV 149.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 159 147 135 0 0.08 0.15 0.38 30 0.11 0.58
Hex 9F 93 87 0 8 F 26 1E B 3A
Octal 237 223 207 0 10 17 46 36 13 72
Binary 10011111 10010011 10000111 0 1000 1111 100110 11110 1011 111010

Color Harmonies of #9F9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9387

Black with #9F9387

Text Example


Text Example

White with #9F9387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,135); }

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

background-color css

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

 a { background-color: rgb(159,147,135); }

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

border-color css

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

 span { border-color: rgb(159,147,135); }

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