Html Css Color HEX #999592 Zorba

📋 copy color: '#999592'

red 153 ◦ green 149 ◦ blue 146

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

Shades of Zorba #999592

Tints of Zorba #999592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.26%

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

R = 34.15%
G = 33.26%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#999592 (or 0x999592) is known color: Zorba. HEX triplet: 99, 95 and 92. RGB value is (153,149,146). Sum of RGB (Red+Green+Blue) = 153+149+146=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 153 - color contains mainly: red. Hex color #999592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999592 is #666A6D. Grayscale: #959595. Windows color (decimal): -6711918 or 9606553. OLE color: 9606553.

HSL color Cylindrical-coordinate representation of color #999592: hue angle of 25.71º 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 #999592 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 146 -
CMYK 0 0.03 0.05 0.4
HSL 25.71º 0.03% 0.59% -
HSV(B) 25.71º 0.05% 0.6% -
XYZ 29.07 30.34 31.52 -
YUV 149.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 153 149 146 0 0.03 0.05 0.4 25.71 0.03 0.59
Hex 99 95 92 0 3 5 28 1A 3 3B
Octal 231 225 222 0 3 5 50 32 3 73
Binary 10011001 10010101 10010010 0 11 101 101000 11010 11 111011

Color Harmonies of #999592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999592

Black with #999592

Text Example


Text Example

White with #999592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999592; }

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

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

background-color css

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

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

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

border-color css

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

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

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