Html Css Color HEX #999162 Gurkha

📋 copy color: '#999162'

red 153 ◦ green 145 ◦ blue 98

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

Shades of Gurkha #999162

Tints of Gurkha #999162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.75%

R = 38.64%
G = 36.62%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#999162 (or 0x999162) is known color: Gurkha. HEX triplet: 99, 91 and 62. RGB value is (153,145,98). Sum of RGB (Red+Green+Blue) = 153+145+98=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #999162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999162 is #666E9D. Grayscale: #8E8E8E. Windows color (decimal): -6712990 or 6459801. OLE color: 6459801.

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

Color convert

RGB 153 145 98 -
CMYK 0 0.05 0.36 0.4
HSL 51.27º 0.22% 0.49% -
HSV(B) 51.27º 0.36% 0.6% -
XYZ 25.47 27.9 15.6 -
YUV 142.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 153 145 98 0 0.05 0.36 0.4 51.27 0.22 0.49
Hex 99 91 62 0 5 24 28 33 16 31
Octal 231 221 142 0 5 44 50 63 26 61
Binary 10011001 10010001 1100010 0 101 100100 101000 110011 10110 110001

Color Harmonies of #999162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999162

Black with #999162

Text Example


Text Example

White with #999162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999162; }

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

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

background-color css

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

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

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

border-color css

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

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

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