Html Css Color HEX #96908B Zorba

📋 copy color: '#96908B'

red 150 ◦ green 144 ◦ blue 139

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

Shades of Zorba #96908B

Tints of Zorba #96908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.1%

R = 34.64%
G = 33.26%
B = 32.1%

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

#96908B (or 0x96908B) is known color: Zorba. HEX triplet: 96, 90 and 8B. RGB value is (150,144,139). Sum of RGB (Red+Green+Blue) = 150+144+139=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #96908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96908B is #696F74. Grayscale: #919191. Windows color (decimal): -6909813 or 9146518. OLE color: 9146518.

HSL color Cylindrical-coordinate representation of color #96908B: hue angle of 27.27º 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 #96908B is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 139 -
CMYK 0 0.04 0.07 0.41
HSL 27.27º 0.05% 0.57% -
HSV(B) 27.27º 0.07% 0.59% -
XYZ 27.21 28.29 28.45 -
YUV 145.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 150 144 139 0 0.04 0.07 0.41 27.27 0.05 0.57
Hex 96 90 8B 0 4 7 29 1B 5 39
Octal 226 220 213 0 4 7 51 33 5 71
Binary 10010110 10010000 10001011 0 100 111 101001 11011 101 111001

Color Harmonies of #96908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96908B

Black with #96908B

Text Example


Text Example

White with #96908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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