Html Css Color HEX #9B958D Zorba

📋 copy color: '#9B958D'

red 155 ◦ green 149 ◦ blue 141

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

Shades of Zorba #9B958D

Tints of Zorba #9B958D

RGB

 RED value IS 155 (60.94% from 255) = 34.83%

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

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

R = 34.83%
G = 33.48%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B958D (or 0x9B958D) is known color: Zorba. HEX triplet: 9B, 95 and 8D. RGB value is (155,149,141). Sum of RGB (Red+Green+Blue) = 155+149+141=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 155 - color contains mainly: red. Hex color #9B958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B958D is #646A72. Grayscale: #959595. Windows color (decimal): -6580851 or 9278875. OLE color: 9278875.

HSL color Cylindrical-coordinate representation of color #9B958D: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9B958D is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 149 141 -
CMYK 0 0.04 0.09 0.39
HSL 34.29º 0.07% 0.58% -
HSV(B) 34.29º 0.09% 0.61% -
XYZ 29.07 30.39 29.53 -
YUV 149.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 155 149 141 0 0.04 0.09 0.39 34.29 0.07 0.58
Hex 9B 95 8D 0 4 9 27 22 7 3A
Octal 233 225 215 0 4 11 47 42 7 72
Binary 10011011 10010101 10001101 0 100 1001 100111 100010 111 111010

Color Harmonies of #9B958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B958D

Black with #9B958D

Text Example


Text Example

White with #9B958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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