Html Css Color HEX #9A925D Gurkha

📋 copy color: '#9A925D'

red 154 ◦ green 146 ◦ blue 93

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

Shades of Gurkha #9A925D

Tints of Gurkha #9A925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 93 (36.72% from 255) = 23.66%

R = 39.19%
G = 37.15%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A925D (or 0x9A925D) is known color: Gurkha. HEX triplet: 9A, 92 and 5D. RGB value is (154,146,93). Sum of RGB (Red+Green+Blue) = 154+146+93=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A925D is #656DA2. Grayscale: #8E8E8E. Windows color (decimal): -6647203 or 6132378. OLE color: 6132378.

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

Color convert

RGB 154 146 93 -
CMYK 0 0.05 0.40 0.40
HSL 52.13º 0.25% 0.48% -
HSV(B) 52.13º 0.4% 0.6% -
XYZ 25.58 28.22 14.45 -
YUV 142.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 154 146 93 0 0.05 0.40 0.40 52.13 0.25 0.48
Hex 9A 92 5D 0 5 28 28 34 19 30
Octal 232 222 135 0 5 50 50 64 31 60
Binary 10011010 10010010 1011101 0 101 101000 101000 110100 11001 110000

Color Harmonies of #9A925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A925D

Black with #9A925D

Text Example


Text Example

White with #9A925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,146,93); }

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

background-color css

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

 a { background-color: rgb(154,146,93); }

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

border-color css

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

 span { border-color: rgb(154,146,93); }

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