Html Css Color HEX #9B968F Zorba

📋 copy color: '#9B968F'

red 155 ◦ green 150 ◦ blue 143

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

Shades of Zorba #9B968F

Tints of Zorba #9B968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 34.6%
G = 33.48%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B968F (or 0x9B968F) is known color: Zorba. HEX triplet: 9B, 96 and 8F. RGB value is (155,150,143). Sum of RGB (Red+Green+Blue) = 155+150+143=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 155 - color contains mainly: red. Hex color #9B968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B968F is #646970. Grayscale: #969696. Windows color (decimal): -6580593 or 9410203. OLE color: 9410203.

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

Color convert

RGB 155 150 143 -
CMYK 0 0.03 0.08 0.39
HSL 35º 0.06% 0.58% -
HSV(B) 35º 0.08% 0.61% -
XYZ 29.38 30.76 30.38 -
YUV 150.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 155 150 143 0 0.03 0.08 0.39 35 0.06 0.58
Hex 9B 96 8F 0 3 8 27 23 6 3A
Octal 233 226 217 0 3 10 47 43 6 72
Binary 10011011 10010110 10001111 0 11 1000 100111 100011 110 111010

Color Harmonies of #9B968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B968F

Black with #9B968F

Text Example


Text Example

White with #9B968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,143); }

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

background-color css

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

 a { background-color: rgb(155,150,143); }

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

border-color css

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

 span { border-color: rgb(155,150,143); }

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