Html Css Color HEX #9F958D Zorba

📋 copy color: '#9F958D'

red 159 ◦ green 149 ◦ blue 141

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

Shades of Zorba #9F958D

Tints of Zorba #9F958D

RGB

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

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

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

R = 35.41%
G = 33.18%
B = 31.4%

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

#9F958D (or 0x9F958D) is known color: Zorba. HEX triplet: 9F, 95 and 8D. RGB value is (159,149,141). Sum of RGB (Red+Green+Blue) = 159+149+141=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F958D is #606A72. Grayscale: #979797. Windows color (decimal): -6318707 or 9278879. OLE color: 9278879.

HSL color Cylindrical-coordinate representation of color #9F958D: hue angle of 26.67º 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 #9F958D is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 149 141 -
CMYK 0 0.06 0.11 0.38
HSL 26.67º 0.09% 0.59% -
HSV(B) 26.67º 0.11% 0.62% -
XYZ 29.85 30.79 29.57 -
YUV 151.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 159 149 141 0 0.06 0.11 0.38 26.67 0.09 0.59
Hex 9F 95 8D 0 6 B 26 1B 9 3B
Octal 237 225 215 0 6 13 46 33 11 73
Binary 10011111 10010101 10001101 0 110 1011 100110 11011 1001 111011

Color Harmonies of #9F958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F958D

Black with #9F958D

Text Example


Text Example

White with #9F958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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