Html Css Color HEX #9B925D Gurkha

📋 copy color: '#9B925D'

red 155 ◦ green 146 ◦ blue 93

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

Shades of Gurkha #9B925D

Tints of Gurkha #9B925D

RGB

 RED value IS 155 (60.94% from 255) = 39.34%

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

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

R = 39.34%
G = 37.06%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B925D (or 0x9B925D) is known color: Gurkha. HEX triplet: 9B, 92 and 5D. RGB value is (155,146,93). Sum of RGB (Red+Green+Blue) = 155+146+93=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B925D is #646DA2. Grayscale: #8E8E8E. Windows color (decimal): -6581667 or 6132379. OLE color: 6132379.

HSL color Cylindrical-coordinate representation of color #9B925D: hue angle of 51.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B925D is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 146 93 -
CMYK 0 0.06 0.4 0.39
HSL 51.29º 0.25% 0.49% -
HSV(B) 51.29º 0.4% 0.61% -
XYZ 25.77 28.32 14.46 -
YUV 142.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 155 146 93 0 0.06 0.4 0.39 51.29 0.25 0.49
Hex 9B 92 5D 0 6 28 27 33 19 31
Octal 233 222 135 0 6 50 47 63 31 61
Binary 10011011 10010010 1011101 0 110 101000 100111 110011 11001 110001

Color Harmonies of #9B925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B925D

Black with #9B925D

Text Example


Text Example

White with #9B925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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