Html Css Color HEX #99916C Gurkha

📋 copy color: '#99916C'

red 153 ◦ green 145 ◦ blue 108

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

Shades of Gurkha #99916C

Tints of Gurkha #99916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 37.68%
G = 35.71%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99916C (or 0x99916C) is known color: Gurkha. HEX triplet: 99, 91 and 6C. RGB value is (153,145,108). Sum of RGB (Red+Green+Blue) = 153+145+108=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99916C is #666E93. Grayscale: #8F8F8F. Windows color (decimal): -6712980 or 7115161. OLE color: 7115161.

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

Color convert

RGB 153 145 108 -
CMYK 0 0.05 0.29 0.4
HSL 49.33º 0.18% 0.51% -
HSV(B) 49.33º 0.29% 0.6% -
XYZ 25.97 28.11 18.24 -
YUV 143.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 153 145 108 0 0.05 0.29 0.4 49.33 0.18 0.51
Hex 99 91 6C 0 5 1D 28 31 12 33
Octal 231 221 154 0 5 35 50 61 22 63
Binary 10011001 10010001 1101100 0 101 11101 101000 110001 10010 110011

Color Harmonies of #99916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99916C

Black with #99916C

Text Example


Text Example

White with #99916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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