Html Css Color HEX #99936F Gurkha

📋 copy color: '#99936F'

red 153 ◦ green 147 ◦ blue 111

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

Shades of Gurkha #99936F

Tints of Gurkha #99936F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 37.23%
G = 35.77%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99936F (or 0x99936F) is known color: Gurkha. HEX triplet: 99, 93 and 6F. RGB value is (153,147,111). Sum of RGB (Red+Green+Blue) = 153+147+111=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #99936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99936F is #666C90. Grayscale: #909090. Windows color (decimal): -6712465 or 7312281. OLE color: 7312281.

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

Color convert

RGB 153 147 111 -
CMYK 0 0.04 0.27 0.4
HSL 51.43º 0.17% 0.52% -
HSV(B) 51.43º 0.27% 0.6% -
XYZ 26.44 28.79 19.2 -
YUV 144.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 153 147 111 0 0.04 0.27 0.4 51.43 0.17 0.52
Hex 99 93 6F 0 4 1B 28 33 11 34
Octal 231 223 157 0 4 33 50 63 21 64
Binary 10011001 10010011 1101111 0 100 11011 101000 110011 10001 110100

Color Harmonies of #99936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99936F

Black with #99936F

Text Example


Text Example

White with #99936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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