Html Css Color HEX #999570 Gurkha

📋 copy color: '#999570'

red 153 ◦ green 149 ◦ blue 112

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

Shades of Gurkha #999570

Tints of Gurkha #999570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 36.96%
G = 35.99%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#999570 (or 0x999570) is known color: Gurkha. HEX triplet: 99, 95 and 70. RGB value is (153,149,112). Sum of RGB (Red+Green+Blue) = 153+149+112=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #999570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999570 is #666A8F. Grayscale: #929292. Windows color (decimal): -6711952 or 7378329. OLE color: 7378329.

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

Color convert

RGB 153 149 112 -
CMYK 0 0.03 0.27 0.4
HSL 54.15º 0.17% 0.52% -
HSV(B) 54.15º 0.27% 0.6% -
XYZ 26.81 29.44 19.6 -
YUV 145.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 153 149 112 0 0.03 0.27 0.4 54.15 0.17 0.52
Hex 99 95 70 0 3 1B 28 36 11 34
Octal 231 225 160 0 3 33 50 66 21 64
Binary 10011001 10010101 1110000 0 11 11011 101000 110110 10001 110100

Color Harmonies of #999570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999570

Black with #999570

Text Example


Text Example

White with #999570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999570; }

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

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

background-color css

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

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

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

border-color css

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

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

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