Html Css Color HEX #99936B Gurkha

📋 copy color: '#99936B'

red 153 ◦ green 147 ◦ blue 107

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

Shades of Gurkha #99936B

Tints of Gurkha #99936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 37.59%
G = 36.12%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99936B (or 0x99936B) is known color: Gurkha. HEX triplet: 99, 93 and 6B. RGB value is (153,147,107). Sum of RGB (Red+Green+Blue) = 153+147+107=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99936B is #666C94. Grayscale: #909090. Windows color (decimal): -6712469 or 7050137. OLE color: 7050137.

HSL color Cylindrical-coordinate representation of color #99936B: hue angle of 52.17º 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 #99936B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 147 107 -
CMYK 0 0.04 0.30 0.4
HSL 52.17º 0.18% 0.51% -
HSV(B) 52.17º 0.3% 0.6% -
XYZ 26.22 28.7 18.07 -
YUV 144.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 153 147 107 0 0.04 0.30 0.4 52.17 0.18 0.51
Hex 99 93 6B 0 4 1E 28 34 12 33
Octal 231 223 153 0 4 36 50 64 22 63
Binary 10011001 10010011 1101011 0 100 11110 101000 110100 10010 110011

Color Harmonies of #99936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99936B

Black with #99936B

Text Example


Text Example

White with #99936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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