Html Css Color HEX #9B9367 Gurkha

📋 copy color: '#9B9367'

red 155 ◦ green 147 ◦ blue 103

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

Shades of Gurkha #9B9367

Tints of Gurkha #9B9367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.43%

R = 38.27%
G = 36.3%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B9367 (or 0x9B9367) is known color: Gurkha. HEX triplet: 9B, 93 and 67. RGB value is (155,147,103). Sum of RGB (Red+Green+Blue) = 155+147+103=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9367 is #646C98. Grayscale: #909090. Windows color (decimal): -6581401 or 6787995. OLE color: 6787995.

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

Color convert

RGB 155 147 103 -
CMYK 0 0.05 0.34 0.39
HSL 50.77º 0.21% 0.51% -
HSV(B) 50.77º 0.34% 0.61% -
XYZ 26.4 28.82 17 -
YUV 144.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 155 147 103 0 0.05 0.34 0.39 50.77 0.21 0.51
Hex 9B 93 67 0 5 22 27 33 15 33
Octal 233 223 147 0 5 42 47 63 25 63
Binary 10011011 10010011 1100111 0 101 100010 100111 110011 10101 110011

Color Harmonies of #9B9367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9367

Black with #9B9367

Text Example


Text Example

White with #9B9367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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