Html Css Color HEX #99916A Gurkha

📋 copy color: '#99916A'

red 153 ◦ green 145 ◦ blue 106

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

Shades of Gurkha #99916A

Tints of Gurkha #99916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 37.87%
G = 35.89%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99916A (or 0x99916A) is known color: Gurkha. HEX triplet: 99, 91 and 6A. RGB value is (153,145,106). Sum of RGB (Red+Green+Blue) = 153+145+106=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #99916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99916A is #666E95. Grayscale: #8F8F8F. Windows color (decimal): -6712982 or 6984089. OLE color: 6984089.

HSL color Cylindrical-coordinate representation of color #99916A: hue angle of 49.79º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99916A is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 106 -
CMYK 0 0.05 0.31 0.4
HSL 49.79º 0.19% 0.51% -
HSV(B) 49.79º 0.31% 0.6% -
XYZ 25.86 28.06 17.69 -
YUV 142.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 153 145 106 0 0.05 0.31 0.4 49.79 0.19 0.51
Hex 99 91 6A 0 5 1F 28 32 13 33
Octal 231 221 152 0 5 37 50 62 23 63
Binary 10011001 10010001 1101010 0 101 11111 101000 110010 10011 110011

Color Harmonies of #99916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99916A

Black with #99916A

Text Example


Text Example

White with #99916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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