Html Css Color HEX #9B945F Gurkha

📋 copy color: '#9B945F'

red 155 ◦ green 148 ◦ blue 95

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

Shades of Gurkha #9B945F

Tints of Gurkha #9B945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.19%

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 38.94%
G = 37.19%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B945F (or 0x9B945F) is known color: Gurkha. HEX triplet: 9B, 94 and 5F. RGB value is (155,148,95). Sum of RGB (Red+Green+Blue) = 155+148+95=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B945F is #646BA0. Grayscale: #909090. Windows color (decimal): -6581153 or 6263963. OLE color: 6263963.

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

Color convert

RGB 155 148 95 -
CMYK 0 0.05 0.39 0.39
HSL 53º 0.24% 0.49% -
HSV(B) 53º 0.39% 0.61% -
XYZ 26.17 28.97 15.04 -
YUV 144.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 155 148 95 0 0.05 0.39 0.39 53 0.24 0.49
Hex 9B 94 5F 0 5 27 27 35 18 31
Octal 233 224 137 0 5 47 47 65 30 61
Binary 10011011 10010100 1011111 0 101 100111 100111 110101 11000 110001

Color Harmonies of #9B945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B945F

Black with #9B945F

Text Example


Text Example

White with #9B945F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,148,95); }

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

background-color css

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

 a { background-color: rgb(155,148,95); }

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

border-color css

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

 span { border-color: rgb(155,148,95); }

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