Html Css Color HEX #9F968D Zorba

📋 copy color: '#9F968D'

red 159 ◦ green 150 ◦ blue 141

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

Shades of Zorba #9F968D

Tints of Zorba #9F968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.33%

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 35.33%
G = 33.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F968D (or 0x9F968D) is known color: Zorba. HEX triplet: 9F, 96 and 8D. RGB value is (159,150,141). Sum of RGB (Red+Green+Blue) = 159+150+141=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 159 - color contains mainly: red. Hex color #9F968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F968D is #606972. Grayscale: #979797. Windows color (decimal): -6318451 or 9279135. OLE color: 9279135.

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

Color convert

RGB 159 150 141 -
CMYK 0 0.06 0.11 0.38
HSL 30º 0.09% 0.59% -
HSV(B) 30º 0.11% 0.62% -
XYZ 30.01 31.11 29.62 -
YUV 151.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 159 150 141 0 0.06 0.11 0.38 30 0.09 0.59
Hex 9F 96 8D 0 6 B 26 1E 9 3B
Octal 237 226 215 0 6 13 46 36 11 73
Binary 10011111 10010110 10001101 0 110 1011 100110 11110 1001 111011

Color Harmonies of #9F968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F968D

Black with #9F968D

Text Example


Text Example

White with #9F968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,141); }

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

background-color css

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

 a { background-color: rgb(159,150,141); }

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

border-color css

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

 span { border-color: rgb(159,150,141); }

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