Html Css Color HEX #99915E Gurkha

📋 copy color: '#99915E'

red 153 ◦ green 145 ◦ blue 94

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

Shades of Gurkha #99915E

Tints of Gurkha #99915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.98%

R = 39.03%
G = 36.99%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99915E (or 0x99915E) is known color: Gurkha. HEX triplet: 99, 91 and 5E. RGB value is (153,145,94). Sum of RGB (Red+Green+Blue) = 153+145+94=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915E is #666EA1. Grayscale: #8D8D8D. Windows color (decimal): -6712994 or 6197657. OLE color: 6197657.

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

Color convert

RGB 153 145 94 -
CMYK 0 0.05 0.39 0.4
HSL 51.86º 0.24% 0.48% -
HSV(B) 51.86º 0.39% 0.6% -
XYZ 25.28 27.83 14.63 -
YUV 141.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 153 145 94 0 0.05 0.39 0.4 51.86 0.24 0.48
Hex 99 91 5E 0 5 27 28 34 18 30
Octal 231 221 136 0 5 47 50 64 30 60
Binary 10011001 10010001 1011110 0 101 100111 101000 110100 11000 110000

Color Harmonies of #99915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99915E

Black with #99915E

Text Example


Text Example

White with #99915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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