Html Css Color HEX #99946C Gurkha

📋 copy color: '#99946C'

red 153 ◦ green 148 ◦ blue 108

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

Shades of Gurkha #99946C

Tints of Gurkha #99946C

RGB

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

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

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

R = 37.41%
G = 36.19%
B = 26.41%

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

#99946C (or 0x99946C) is known color: Gurkha. HEX triplet: 99, 94 and 6C. RGB value is (153,148,108). Sum of RGB (Red+Green+Blue) = 153+148+108=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #99946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99946C is #666B93. Grayscale: #919191. Windows color (decimal): -6712212 or 7115929. OLE color: 7115929.

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

Color convert

RGB 153 148 108 -
CMYK 0 0.03 0.29 0.4
HSL 53.33º 0.18% 0.51% -
HSV(B) 53.33º 0.29% 0.6% -
XYZ 26.43 29.03 18.4 -
YUV 144.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 153 148 108 0 0.03 0.29 0.4 53.33 0.18 0.51
Hex 99 94 6C 0 3 1D 28 35 12 33
Octal 231 224 154 0 3 35 50 65 22 63
Binary 10011001 10010100 1101100 0 11 11101 101000 110101 10010 110011

Color Harmonies of #99946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99946C

Black with #99946C

Text Example


Text Example

White with #99946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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