Html Css Color HEX #999157 Gurkha

📋 copy color: '#999157'

red 153 ◦ green 145 ◦ blue 87

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

Shades of Gurkha #999157

Tints of Gurkha #999157

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.66%

 BLUE value IS 87 (34.38% from 255) = 22.6%

R = 39.74%
G = 37.66%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#999157 (or 0x999157) is known color: Gurkha. HEX triplet: 99, 91 and 57. RGB value is (153,145,87). Sum of RGB (Red+Green+Blue) = 153+145+87=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #999157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999157 is #666EA8. Grayscale: #8D8D8D. Windows color (decimal): -6713001 or 5738905. OLE color: 5738905.

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

Color convert

RGB 153 145 87 -
CMYK 0 0.05 0.43 0.4
HSL 52.73º 0.28% 0.47% -
HSV(B) 52.73º 0.43% 0.6% -
XYZ 24.98 27.71 13.05 -
YUV 140.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 153 145 87 0 0.05 0.43 0.4 52.73 0.28 0.47
Hex 99 91 57 0 5 2B 28 35 1C 2F
Octal 231 221 127 0 5 53 50 65 34 57
Binary 10011001 10010001 1010111 0 101 101011 101000 110101 11100 101111

Color Harmonies of #999157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999157

Black with #999157

Text Example


Text Example

White with #999157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999157; }

 p { color: rgb(153,145,87); }

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

background-color css

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

 a { background-color: rgb(153,145,87); }

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

border-color css

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

 span { border-color: rgb(153,145,87); }

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