Html Css Color HEX #999575 Gurkha

📋 copy color: '#999575'

red 153 ◦ green 149 ◦ blue 117

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

Shades of Gurkha #999575

Tints of Gurkha #999575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 36.52%
G = 35.56%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#999575 (or 0x999575) is known color: Gurkha. HEX triplet: 99, 95 and 75. RGB value is (153,149,117). Sum of RGB (Red+Green+Blue) = 153+149+117=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999575 is #666A8A. Grayscale: #929292. Windows color (decimal): -6711947 or 7706009. OLE color: 7706009.

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

Color convert

RGB 153 149 117 -
CMYK 0 0.03 0.24 0.4
HSL 53.33º 0.15% 0.53% -
HSV(B) 53.33º 0.24% 0.6% -
XYZ 27.1 29.55 21.11 -
YUV 146.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 153 149 117 0 0.03 0.24 0.4 53.33 0.15 0.53
Hex 99 95 75 0 3 18 28 35 F 35
Octal 231 225 165 0 3 30 50 65 17 65
Binary 10011001 10010101 1110101 0 11 11000 101000 110101 1111 110101

Color Harmonies of #999575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999575

Black with #999575

Text Example


Text Example

White with #999575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999575; }

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

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

background-color css

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

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

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

border-color css

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

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

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