Html Css Color HEX #9A925C Gurkha

📋 copy color: '#9A925C'

red 154 ◦ green 146 ◦ blue 92

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

Shades of Gurkha #9A925C

Tints of Gurkha #9A925C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 39.29%
G = 37.24%
B = 23.47%

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

#9A925C (or 0x9A925C) is known color: Gurkha. HEX triplet: 9A, 92 and 5C. RGB value is (154,146,92). Sum of RGB (Red+Green+Blue) = 154+146+92=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 154 - color contains mainly: red. Hex color #9A925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A925C is #656DA3. Grayscale: #8E8E8E. Windows color (decimal): -6647204 or 6066842. OLE color: 6066842.

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

Color convert

RGB 154 146 92 -
CMYK 0 0.05 0.40 0.40
HSL 52.26º 0.25% 0.48% -
HSV(B) 52.26º 0.4% 0.6% -
XYZ 25.54 28.2 14.22 -
YUV 142.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 154 146 92 0 0.05 0.40 0.40 52.26 0.25 0.48
Hex 9A 92 5C 0 5 28 28 34 19 30
Octal 232 222 134 0 5 50 50 64 31 60
Binary 10011010 10010010 1011100 0 101 101000 101000 110100 11001 110000

Color Harmonies of #9A925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A925C

Black with #9A925C

Text Example


Text Example

White with #9A925C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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