Html Css Color HEX #9B9359 Gurkha

📋 copy color: '#9B9359'

red 155 ◦ green 147 ◦ blue 89

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

Shades of Gurkha #9B9359

Tints of Gurkha #9B9359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.6%

 BLUE value IS 89 (35.16% from 255) = 22.76%

R = 39.64%
G = 37.6%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B9359 (or 0x9B9359) is known color: Gurkha. HEX triplet: 9B, 93 and 59. RGB value is (155,147,89). Sum of RGB (Red+Green+Blue) = 155+147+89=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9359 is #646CA6. Grayscale: #8F8F8F. Windows color (decimal): -6581415 or 5870491. OLE color: 5870491.

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

Color convert

RGB 155 147 89 -
CMYK 0 0.05 0.43 0.39
HSL 52.73º 0.27% 0.48% -
HSV(B) 52.73º 0.43% 0.61% -
XYZ 25.75 28.56 13.61 -
YUV 142.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 155 147 89 0 0.05 0.43 0.39 52.73 0.27 0.48
Hex 9B 93 59 0 5 2B 27 35 1B 30
Octal 233 223 131 0 5 53 47 65 33 60
Binary 10011011 10010011 1011001 0 101 101011 100111 110101 11011 110000

Color Harmonies of #9B9359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9359

Black with #9B9359

Text Example


Text Example

White with #9B9359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,89); }

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

background-color css

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

 a { background-color: rgb(155,147,89); }

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

border-color css

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

 span { border-color: rgb(155,147,89); }

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