Html Css Color HEX #9A906B Gurkha

📋 copy color: '#9A906B'

red 154 ◦ green 144 ◦ blue 107

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

Shades of Gurkha #9A906B

Tints of Gurkha #9A906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 38.02%
G = 35.56%
B = 26.42%

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

#9A906B (or 0x9A906B) is known color: Gurkha. HEX triplet: 9A, 90 and 6B. RGB value is (154,144,107). Sum of RGB (Red+Green+Blue) = 154+144+107=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A906B is #656F94. Grayscale: #8E8E8E. Windows color (decimal): -6647701 or 7049370. OLE color: 7049370.

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

Color convert

RGB 154 144 107 -
CMYK 0 0.06 0.31 0.40
HSL 47.23º 0.19% 0.51% -
HSV(B) 47.23º 0.31% 0.6% -
XYZ 25.95 27.88 17.92 -
YUV 142.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 154 144 107 0 0.06 0.31 0.40 47.23 0.19 0.51
Hex 9A 90 6B 0 6 1F 28 2F 13 33
Octal 232 220 153 0 6 37 50 57 23 63
Binary 10011010 10010000 1101011 0 110 11111 101000 101111 10011 110011

Color Harmonies of #9A906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A906B

Black with #9A906B

Text Example


Text Example

White with #9A906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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