Html Css Color HEX #99915A Gurkha

📋 copy color: '#99915A'

red 153 ◦ green 145 ◦ blue 90

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

Shades of Gurkha #99915A

Tints of Gurkha #99915A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 39.43%
G = 37.37%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99915A (or 0x99915A) is known color: Gurkha. HEX triplet: 99, 91 and 5A. RGB value is (153,145,90). Sum of RGB (Red+Green+Blue) = 153+145+90=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915A is #666EA5. Grayscale: #8D8D8D. Windows color (decimal): -6712998 or 5935513. OLE color: 5935513.

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

Color convert

RGB 153 145 90 -
CMYK 0 0.05 0.41 0.4
HSL 52.38º 0.26% 0.48% -
HSV(B) 52.38º 0.41% 0.6% -
XYZ 25.11 27.76 13.71 -
YUV 141.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 153 145 90 0 0.05 0.41 0.4 52.38 0.26 0.48
Hex 99 91 5A 0 5 29 28 34 1A 30
Octal 231 221 132 0 5 51 50 64 32 60
Binary 10011001 10010001 1011010 0 101 101001 101000 110100 11010 110000

Color Harmonies of #99915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99915A

Black with #99915A

Text Example


Text Example

White with #99915A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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