Html Css Color HEX #9A915C Gurkha

📋 copy color: '#9A915C'

red 154 ◦ green 145 ◦ blue 92

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

Shades of Gurkha #9A915C

Tints of Gurkha #9A915C

RGB

 RED value IS 154 (60.55% from 255) = 39.39%

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 39.39%
G = 37.08%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A915C (or 0x9A915C) is known color: Gurkha. HEX triplet: 9A, 91 and 5C. RGB value is (154,145,92). Sum of RGB (Red+Green+Blue) = 154+145+92=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A915C is #656EA3. Grayscale: #8D8D8D. Windows color (decimal): -6647460 or 6066586. OLE color: 6066586.

HSL color Cylindrical-coordinate representation of color #9A915C: hue angle of 51.29º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A915C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 145 92 -
CMYK 0 0.06 0.40 0.40
HSL 51.29º 0.25% 0.48% -
HSV(B) 51.29º 0.4% 0.6% -
XYZ 25.38 27.89 14.17 -
YUV 141.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 154 145 92 0 0.06 0.40 0.40 51.29 0.25 0.48
Hex 9A 91 5C 0 6 28 28 33 19 30
Octal 232 221 134 0 6 50 50 63 31 60
Binary 10011010 10010001 1011100 0 110 101000 101000 110011 11001 110000

Color Harmonies of #9A915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A915C

Black with #9A915C

Text Example


Text Example

White with #9A915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A915C; }

 p { color: rgb(154,145,92); }

 H1.HeaderClassName
 {
   color: #9A915C;
 }
 .AnyTagClassName
 {
   color: #9A915C;
 }
</style>

background-color css

<style>
 a { background-color: #9A915C; }

 a { background-color: rgb(154,145,92); }

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

border-color css

<style>
 span { border-color: #9A915C; }

 span { border-color: rgb(154,145,92); }

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