Html Css Color HEX #99916B Gurkha

📋 copy color: '#99916B'

red 153 ◦ green 145 ◦ blue 107

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

Shades of Gurkha #99916B

Tints of Gurkha #99916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 37.78%
G = 35.8%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99916B (or 0x99916B) is known color: Gurkha. HEX triplet: 99, 91 and 6B. RGB value is (153,145,107). Sum of RGB (Red+Green+Blue) = 153+145+107=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #99916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99916B is #666E94. Grayscale: #8F8F8F. Windows color (decimal): -6712981 or 7049625. OLE color: 7049625.

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

Color convert

RGB 153 145 107 -
CMYK 0 0.05 0.30 0.4
HSL 49.57º 0.18% 0.51% -
HSV(B) 49.57º 0.3% 0.6% -
XYZ 25.92 28.08 17.96 -
YUV 143.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 153 145 107 0 0.05 0.30 0.4 49.57 0.18 0.51
Hex 99 91 6B 0 5 1E 28 32 12 33
Octal 231 221 153 0 5 36 50 62 22 63
Binary 10011001 10010001 1101011 0 101 11110 101000 110010 10010 110011

Color Harmonies of #99916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99916B

Black with #99916B

Text Example


Text Example

White with #99916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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