Html Css Color HEX #96908C Zorba

📋 copy color: '#96908C'

red 150 ◦ green 144 ◦ blue 140

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

Shades of Zorba #96908C

Tints of Zorba #96908C

RGB

 RED value IS 150 (58.98% from 255) = 34.56%

 GREEN value IS 144 (56.64% from 255) = 33.18%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 34.56%
G = 33.18%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96908C (or 0x96908C) is known color: Zorba. HEX triplet: 96, 90 and 8C. RGB value is (150,144,140). Sum of RGB (Red+Green+Blue) = 150+144+140=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #96908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96908C is #696F73. Grayscale: #919191. Windows color (decimal): -6909812 or 9212054. OLE color: 9212054.

HSL color Cylindrical-coordinate representation of color #96908C: hue angle of 24º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96908C is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 140 -
CMYK 0 0.04 0.07 0.41
HSL 24º 0.05% 0.57% -
HSV(B) 24º 0.07% 0.59% -
XYZ 27.28 28.32 28.84 -
YUV 145.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 150 144 140 0 0.04 0.07 0.41 24 0.05 0.57
Hex 96 90 8C 0 4 7 29 18 5 39
Octal 226 220 214 0 4 7 51 30 5 71
Binary 10010110 10010000 10001100 0 100 111 101001 11000 101 111001

Color Harmonies of #96908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96908C

Black with #96908C

Text Example


Text Example

White with #96908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96908C; }

 p { color: rgb(150,144,140); }

 H1.HeaderClassName
 {
   color: #96908C;
 }
 .AnyTagClassName
 {
   color: #96908C;
 }
</style>

background-color css

<style>
 a { background-color: #96908C; }

 a { background-color: rgb(150,144,140); }

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

border-color css

<style>
 span { border-color: #96908C; }

 span { border-color: rgb(150,144,140); }

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