Html Css Color HEX #9A9074 Gurkha

📋 copy color: '#9A9074'

red 154 ◦ green 144 ◦ blue 116

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

Shades of Gurkha #9A9074

Tints of Gurkha #9A9074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 37.2%
G = 34.78%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A9074 (or 0x9A9074) is known color: Gurkha. HEX triplet: 9A, 90 and 74. RGB value is (154,144,116). Sum of RGB (Red+Green+Blue) = 154+144+116=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9074 is #656F8B. Grayscale: #8F8F8F. Windows color (decimal): -6647692 or 7639194. OLE color: 7639194.

HSL color Cylindrical-coordinate representation of color #9A9074: hue angle of 44.21º 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 #9A9074 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 144 116 -
CMYK 0 0.06 0.25 0.40
HSL 44.21º 0.16% 0.53% -
HSV(B) 44.21º 0.25% 0.6% -
XYZ 26.45 28.08 20.55 -
YUV 143.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 154 144 116 0 0.06 0.25 0.40 44.21 0.16 0.53
Hex 9A 90 74 0 6 19 28 2C 10 35
Octal 232 220 164 0 6 31 50 54 20 65
Binary 10011010 10010000 1110100 0 110 11001 101000 101100 10000 110101

Color Harmonies of #9A9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9074

Black with #9A9074

Text Example


Text Example

White with #9A9074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,144,116); }

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

background-color css

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

 a { background-color: rgb(154,144,116); }

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

border-color css

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

 span { border-color: rgb(154,144,116); }

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