Html Css Color HEX #99926B Gurkha

📋 copy color: '#99926B'

red 153 ◦ green 146 ◦ blue 107

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

Shades of Gurkha #99926B

Tints of Gurkha #99926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 37.68%
G = 35.96%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99926B (or 0x99926B) is known color: Gurkha. HEX triplet: 99, 92 and 6B. RGB value is (153,146,107). Sum of RGB (Red+Green+Blue) = 153+146+107=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99926B is #666D94. Grayscale: #8F8F8F. Windows color (decimal): -6712725 or 7049881. OLE color: 7049881.

HSL color Cylindrical-coordinate representation of color #99926B: hue angle of 50.87º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99926B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 107 -
CMYK 0 0.05 0.30 0.4
HSL 50.87º 0.18% 0.51% -
HSV(B) 50.87º 0.3% 0.6% -
XYZ 26.07 28.39 18.02 -
YUV 143.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 153 146 107 0 0.05 0.30 0.4 50.87 0.18 0.51
Hex 99 92 6B 0 5 1E 28 33 12 33
Octal 231 222 153 0 5 36 50 63 22 63
Binary 10011001 10010010 1101011 0 101 11110 101000 110011 10010 110011

Color Harmonies of #99926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99926B

Black with #99926B

Text Example


Text Example

White with #99926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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