Html Css Color HEX #9A906A Gurkha

📋 copy color: '#9A906A'

red 154 ◦ green 144 ◦ blue 106

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

Shades of Gurkha #9A906A

Tints of Gurkha #9A906A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 38.12%
G = 35.64%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A906A (or 0x9A906A) is known color: Gurkha. HEX triplet: 9A, 90 and 6A. RGB value is (154,144,106). Sum of RGB (Red+Green+Blue) = 154+144+106=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A906A is #656F95. Grayscale: #8E8E8E. Windows color (decimal): -6647702 or 6983834. OLE color: 6983834.

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

Color convert

RGB 154 144 106 -
CMYK 0 0.06 0.31 0.40
HSL 47.5º 0.19% 0.51% -
HSV(B) 47.5º 0.31% 0.6% -
XYZ 25.9 27.86 17.65 -
YUV 142.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 154 144 106 0 0.06 0.31 0.40 47.5 0.19 0.51
Hex 9A 90 6A 0 6 1F 28 30 13 33
Octal 232 220 152 0 6 37 50 60 23 63
Binary 10011010 10010000 1101010 0 110 11111 101000 110000 10011 110011

Color Harmonies of #9A906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A906A

Black with #9A906A

Text Example


Text Example

White with #9A906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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