Html Css Color HEX #96908A Zorba

📋 copy color: '#96908A'

red 150 ◦ green 144 ◦ blue 138

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

Shades of Zorba #96908A

Tints of Zorba #96908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 34.72%
G = 33.33%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96908A (or 0x96908A) is known color: Zorba. HEX triplet: 96, 90 and 8A. RGB value is (150,144,138). Sum of RGB (Red+Green+Blue) = 150+144+138=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #96908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96908A is #696F75. Grayscale: #919191. Windows color (decimal): -6909814 or 9080982. OLE color: 9080982.

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

Color convert

RGB 150 144 138 -
CMYK 0 0.04 0.08 0.41
HSL 30º 0.05% 0.56% -
HSV(B) 30º 0.08% 0.59% -
XYZ 27.14 28.27 28.07 -
YUV 145.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 150 144 138 0 0.04 0.08 0.41 30 0.05 0.56
Hex 96 90 8A 0 4 8 29 1E 5 38
Octal 226 220 212 0 4 10 51 36 5 70
Binary 10010110 10010000 10001010 0 100 1000 101001 11110 101 111000

Color Harmonies of #96908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96908A

Black with #96908A

Text Example


Text Example

White with #96908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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