Html Css Color HEX #99946D Gurkha

📋 copy color: '#99946D'

red 153 ◦ green 148 ◦ blue 109

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

Shades of Gurkha #99946D

Tints of Gurkha #99946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 37.32%
G = 36.1%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99946D (or 0x99946D) is known color: Gurkha. HEX triplet: 99, 94 and 6D. RGB value is (153,148,109). Sum of RGB (Red+Green+Blue) = 153+148+109=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99946D is #666B92. Grayscale: #919191. Windows color (decimal): -6712211 or 7181465. OLE color: 7181465.

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

Color convert

RGB 153 148 109 -
CMYK 0 0.03 0.29 0.4
HSL 53.18º 0.18% 0.51% -
HSV(B) 53.18º 0.29% 0.6% -
XYZ 26.49 29.06 18.68 -
YUV 145.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 153 148 109 0 0.03 0.29 0.4 53.18 0.18 0.51
Hex 99 94 6D 0 3 1D 28 35 12 33
Octal 231 224 155 0 3 35 50 65 22 63
Binary 10011001 10010100 1101101 0 11 11101 101000 110101 10010 110011

Color Harmonies of #99946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99946D

Black with #99946D

Text Example


Text Example

White with #99946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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