Html Css Color HEX #99946A Gurkha

📋 copy color: '#99946A'

red 153 ◦ green 148 ◦ blue 106

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

Shades of Gurkha #99946A

Tints of Gurkha #99946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

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

R = 37.59%
G = 36.36%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99946A (or 0x99946A) is known color: Gurkha. HEX triplet: 99, 94 and 6A. RGB value is (153,148,106). Sum of RGB (Red+Green+Blue) = 153+148+106=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99946A is #666B95. Grayscale: #909090. Windows color (decimal): -6712214 or 6984857. OLE color: 6984857.

HSL color Cylindrical-coordinate representation of color #99946A: hue angle of 53.62º 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 #99946A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 106 -
CMYK 0 0.03 0.31 0.4
HSL 53.62º 0.19% 0.51% -
HSV(B) 53.62º 0.31% 0.6% -
XYZ 26.33 28.99 17.84 -
YUV 144.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 153 148 106 0 0.03 0.31 0.4 53.62 0.19 0.51
Hex 99 94 6A 0 3 1F 28 36 13 33
Octal 231 224 152 0 3 37 50 66 23 63
Binary 10011001 10010100 1101010 0 11 11111 101000 110110 10011 110011

Color Harmonies of #99946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99946A

Black with #99946A

Text Example


Text Example

White with #99946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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