Html Css Color HEX #999692 Zorba

📋 copy color: '#999692'

red 153 ◦ green 150 ◦ blue 146

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

Shades of Zorba #999692

Tints of Zorba #999692

RGB

 RED value IS 153 (60.16% from 255) = 34.08%

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

 BLUE value IS 146 (57.42% from 255) = 32.52%

R = 34.08%
G = 33.41%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#999692 (or 0x999692) is known color: Zorba. HEX triplet: 99, 96 and 92. RGB value is (153,150,146). Sum of RGB (Red+Green+Blue) = 153+150+146=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 153 - color contains mainly: red. Hex color #999692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999692 is #66696D. Grayscale: #969696. Windows color (decimal): -6711662 or 9606809. OLE color: 9606809.

HSL color Cylindrical-coordinate representation of color #999692: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999692 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 146 -
CMYK 0 0.02 0.05 0.4
HSL 34.29º 0.03% 0.59% -
HSV(B) 34.29º 0.05% 0.6% -
XYZ 29.23 30.66 31.57 -
YUV 150.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 153 150 146 0 0.02 0.05 0.4 34.29 0.03 0.59
Hex 99 96 92 0 2 5 28 22 3 3B
Octal 231 226 222 0 2 5 50 42 3 73
Binary 10011001 10010110 10010010 0 10 101 101000 100010 11 111011

Color Harmonies of #999692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999692

Black with #999692

Text Example


Text Example

White with #999692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999692; }

 p { color: rgb(153,150,146); }

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

background-color css

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

 a { background-color: rgb(153,150,146); }

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

border-color css

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

 span { border-color: rgb(153,150,146); }

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