Html Css Color HEX #9B9368 Gurkha

📋 copy color: '#9B9368'

red 155 ◦ green 147 ◦ blue 104

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

Shades of Gurkha #9B9368

Tints of Gurkha #9B9368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.62%

R = 38.18%
G = 36.21%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B9368 (or 0x9B9368) is known color: Gurkha. HEX triplet: 9B, 93 and 68. RGB value is (155,147,104). Sum of RGB (Red+Green+Blue) = 155+147+104=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9368 is #646C97. Grayscale: #909090. Windows color (decimal): -6581400 or 6853531. OLE color: 6853531.

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

Color convert

RGB 155 147 104 -
CMYK 0 0.05 0.33 0.39
HSL 50.59º 0.2% 0.51% -
HSV(B) 50.59º 0.33% 0.61% -
XYZ 26.45 28.84 17.27 -
YUV 144.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 155 147 104 0 0.05 0.33 0.39 50.59 0.2 0.51
Hex 9B 93 68 0 5 21 27 33 14 33
Octal 233 223 150 0 5 41 47 63 24 63
Binary 10011011 10010011 1101000 0 101 100001 100111 110011 10100 110011

Color Harmonies of #9B9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9368

Black with #9B9368

Text Example


Text Example

White with #9B9368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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