Html Css Color HEX #99926C Gurkha

📋 copy color: '#99926C'

red 153 ◦ green 146 ◦ blue 108

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

Shades of Gurkha #99926C

Tints of Gurkha #99926C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 37.59%
G = 35.87%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99926C (or 0x99926C) is known color: Gurkha. HEX triplet: 99, 92 and 6C. RGB value is (153,146,108). Sum of RGB (Red+Green+Blue) = 153+146+108=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99926C is #666D93. Grayscale: #8F8F8F. Windows color (decimal): -6712724 or 7115417. OLE color: 7115417.

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

Color convert

RGB 153 146 108 -
CMYK 0 0.05 0.29 0.4
HSL 50.67º 0.18% 0.51% -
HSV(B) 50.67º 0.29% 0.6% -
XYZ 26.12 28.41 18.29 -
YUV 143.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 153 146 108 0 0.05 0.29 0.4 50.67 0.18 0.51
Hex 99 92 6C 0 5 1D 28 33 12 33
Octal 231 222 154 0 5 35 50 63 22 63
Binary 10011001 10010010 1101100 0 101 11101 101000 110011 10010 110011

Color Harmonies of #99926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99926C

Black with #99926C

Text Example


Text Example

White with #99926C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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