Html Css Color HEX #9A9671 Gurkha

📋 copy color: '#9A9671'

red 154 ◦ green 150 ◦ blue 113

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

Shades of Gurkha #9A9671

Tints of Gurkha #9A9671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 36.93%
G = 35.97%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A9671 (or 0x9A9671) is known color: Gurkha. HEX triplet: 9A, 96 and 71. RGB value is (154,150,113). Sum of RGB (Red+Green+Blue) = 154+150+113=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9671 is #65698E. Grayscale: #939393. Windows color (decimal): -6646159 or 7444122. OLE color: 7444122.

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

Color convert

RGB 154 150 113 -
CMYK 0 0.03 0.27 0.40
HSL 54.15º 0.17% 0.52% -
HSV(B) 54.15º 0.27% 0.6% -
XYZ 27.21 29.87 19.95 -
YUV 146.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 154 150 113 0 0.03 0.27 0.40 54.15 0.17 0.52
Hex 9A 96 71 0 3 1B 28 36 11 34
Octal 232 226 161 0 3 33 50 66 21 64
Binary 10011010 10010110 1110001 0 11 11011 101000 110110 10001 110100

Color Harmonies of #9A9671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9671

Black with #9A9671

Text Example


Text Example

White with #9A9671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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