Html Css Color HEX #9A9673 Gurkha

📋 copy color: '#9A9673'

red 154 ◦ green 150 ◦ blue 115

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

Shades of Gurkha #9A9673

Tints of Gurkha #9A9673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.8%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 36.75%
G = 35.8%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A9673 (or 0x9A9673) is known color: Gurkha. HEX triplet: 9A, 96 and 73. RGB value is (154,150,115). Sum of RGB (Red+Green+Blue) = 154+150+115=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9673 is #65698C. Grayscale: #939393. Windows color (decimal): -6646157 or 7575194. OLE color: 7575194.

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

Color convert

RGB 154 150 115 -
CMYK 0 0.03 0.25 0.40
HSL 53.85º 0.16% 0.53% -
HSV(B) 53.85º 0.25% 0.6% -
XYZ 27.33 29.92 20.55 -
YUV 147.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 154 150 115 0 0.03 0.25 0.40 53.85 0.16 0.53
Hex 9A 96 73 0 3 19 28 36 10 35
Octal 232 226 163 0 3 31 50 66 20 65
Binary 10011010 10010110 1110011 0 11 11001 101000 110110 10000 110101

Color Harmonies of #9A9673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9673

Black with #9A9673

Text Example


Text Example

White with #9A9673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,150,115); }

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

background-color css

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

 a { background-color: rgb(154,150,115); }

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

border-color css

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

 span { border-color: rgb(154,150,115); }

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