Html Css Color HEX #9B8C61 Gurkha

📋 copy color: '#9B8C61'

red 155 ◦ green 140 ◦ blue 97

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

Shades of Gurkha #9B8C61

Tints of Gurkha #9B8C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 39.54%
G = 35.71%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B8C61 (or 0x9B8C61) is known color: Gurkha. HEX triplet: 9B, 8C and 61. RGB value is (155,140,97). Sum of RGB (Red+Green+Blue) = 155+140+97=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C61 is #64739E. Grayscale: #8B8B8B. Windows color (decimal): -6583199 or 6392987. OLE color: 6392987.

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

Color convert

RGB 155 140 97 -
CMYK 0 0.10 0.37 0.39
HSL 44.48º 0.23% 0.49% -
HSV(B) 44.48º 0.37% 0.61% -
XYZ 25.05 26.59 15.12 -
YUV 139.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 155 140 97 0 0.10 0.37 0.39 44.48 0.23 0.49
Hex 9B 8C 61 0 A 25 27 2C 17 31
Octal 233 214 141 0 12 45 47 54 27 61
Binary 10011011 10001100 1100001 0 1010 100101 100111 101100 10111 110001

Color Harmonies of #9B8C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8C61

Black with #9B8C61

Text Example


Text Example

White with #9B8C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,140,97); }

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

background-color css

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

 a { background-color: rgb(155,140,97); }

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

border-color css

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

 span { border-color: rgb(155,140,97); }

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