Html Css Color HEX #99906C Gurkha

📋 copy color: '#99906C'

red 153 ◦ green 144 ◦ blue 108

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

Shades of Gurkha #99906C

Tints of Gurkha #99906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

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

R = 37.78%
G = 35.56%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99906C (or 0x99906C) is known color: Gurkha. HEX triplet: 99, 90 and 6C. RGB value is (153,144,108). Sum of RGB (Red+Green+Blue) = 153+144+108=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #99906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99906C is #666F93. Grayscale: #8E8E8E. Windows color (decimal): -6713236 or 7114905. OLE color: 7114905.

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

Color convert

RGB 153 144 108 -
CMYK 0 0.06 0.29 0.4
HSL 48º 0.18% 0.51% -
HSV(B) 48º 0.29% 0.6% -
XYZ 25.82 27.8 18.19 -
YUV 142.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 153 144 108 0 0.06 0.29 0.4 48 0.18 0.51
Hex 99 90 6C 0 6 1D 28 30 12 33
Octal 231 220 154 0 6 35 50 60 22 63
Binary 10011001 10010000 1101100 0 110 11101 101000 110000 10010 110011

Color Harmonies of #99906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99906C

Black with #99906C

Text Example


Text Example

White with #99906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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