Html Css Color HEX #99915F Gurkha

📋 copy color: '#99915F'

red 153 ◦ green 145 ◦ blue 95

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

Shades of Gurkha #99915F

Tints of Gurkha #99915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 38.93%
G = 36.9%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99915F (or 0x99915F) is known color: Gurkha. HEX triplet: 99, 91 and 5F. RGB value is (153,145,95). Sum of RGB (Red+Green+Blue) = 153+145+95=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915F is #666EA0. Grayscale: #8D8D8D. Windows color (decimal): -6712993 or 6263193. OLE color: 6263193.

HSL color Cylindrical-coordinate representation of color #99915F: hue angle of 51.72º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99915F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 95 -
CMYK 0 0.05 0.38 0.4
HSL 51.72º 0.23% 0.49% -
HSV(B) 51.72º 0.38% 0.6% -
XYZ 25.33 27.85 14.87 -
YUV 141.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 153 145 95 0 0.05 0.38 0.4 51.72 0.23 0.49
Hex 99 91 5F 0 5 26 28 34 17 31
Octal 231 221 137 0 5 46 50 64 27 61
Binary 10011001 10010001 1011111 0 101 100110 101000 110100 10111 110001

Color Harmonies of #99915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99915F

Black with #99915F

Text Example


Text Example

White with #99915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,145,95); }

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

background-color css

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

 a { background-color: rgb(153,145,95); }

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

border-color css

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

 span { border-color: rgb(153,145,95); }

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