Html Css Color HEX #9B9259 Gurkha

📋 copy color: '#9B9259'

red 155 ◦ green 146 ◦ blue 89

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

Shades of Gurkha #9B9259

Tints of Gurkha #9B9259

RGB

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

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

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

R = 39.74%
G = 37.44%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B9259 (or 0x9B9259) is known color: Gurkha. HEX triplet: 9B, 92 and 59. RGB value is (155,146,89). Sum of RGB (Red+Green+Blue) = 155+146+89=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9259 is #646DA6. Grayscale: #8E8E8E. Windows color (decimal): -6581671 or 5870235. OLE color: 5870235.

HSL color Cylindrical-coordinate representation of color #9B9259: hue angle of 51.82º 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 #9B9259 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 146 89 -
CMYK 0 0.06 0.43 0.39
HSL 51.82º 0.27% 0.48% -
HSV(B) 51.82º 0.43% 0.61% -
XYZ 25.6 28.25 13.55 -
YUV 142.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 155 146 89 0 0.06 0.43 0.39 51.82 0.27 0.48
Hex 9B 92 59 0 6 2B 27 34 1B 30
Octal 233 222 131 0 6 53 47 64 33 60
Binary 10011011 10010010 1011001 0 110 101011 100111 110100 11011 110000

Color Harmonies of #9B9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9259

Black with #9B9259

Text Example


Text Example

White with #9B9259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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