Html Css Color HEX #99906E Gurkha

📋 copy color: '#99906E'

red 153 ◦ green 144 ◦ blue 110

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

Shades of Gurkha #99906E

Tints of Gurkha #99906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 37.59%
G = 35.38%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99906E (or 0x99906E) is known color: Gurkha. HEX triplet: 99, 90 and 6E. RGB value is (153,144,110). Sum of RGB (Red+Green+Blue) = 153+144+110=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99906E is #666F91. Grayscale: #8E8E8E. Windows color (decimal): -6713234 or 7245977. OLE color: 7245977.

HSL color Cylindrical-coordinate representation of color #99906E: hue angle of 47.44º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99906E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 110 -
CMYK 0 0.06 0.28 0.4
HSL 47.44º 0.17% 0.52% -
HSV(B) 47.44º 0.28% 0.6% -
XYZ 25.92 27.84 18.76 -
YUV 142.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 153 144 110 0 0.06 0.28 0.4 47.44 0.17 0.52
Hex 99 90 6E 0 6 1C 28 2F 11 34
Octal 231 220 156 0 6 34 50 57 21 64
Binary 10011001 10010000 1101110 0 110 11100 101000 101111 10001 110100

Color Harmonies of #99906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99906E

Black with #99906E

Text Example


Text Example

White with #99906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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