Html Css Color HEX #9B9671 Gurkha

📋 copy color: '#9B9671'

red 155 ◦ green 150 ◦ blue 113

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

Shades of Gurkha #9B9671

Tints of Gurkha #9B9671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 113 (44.53% from 255) = 27.03%

R = 37.08%
G = 35.89%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B9671 (or 0x9B9671) is known color: Gurkha. HEX triplet: 9B, 96 and 71. RGB value is (155,150,113). Sum of RGB (Red+Green+Blue) = 155+150+113=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9671 is #64698E. Grayscale: #939393. Windows color (decimal): -6580623 or 7444123. OLE color: 7444123.

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

Color convert

RGB 155 150 113 -
CMYK 0 0.03 0.27 0.39
HSL 52.86º 0.17% 0.53% -
HSV(B) 52.86º 0.27% 0.61% -
XYZ 27.4 29.97 19.96 -
YUV 147.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 155 150 113 0 0.03 0.27 0.39 52.86 0.17 0.53
Hex 9B 96 71 0 3 1B 27 35 11 35
Octal 233 226 161 0 3 33 47 65 21 65
Binary 10011011 10010110 1110001 0 11 11011 100111 110101 10001 110101

Color Harmonies of #9B9671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9671

Black with #9B9671

Text Example


Text Example

White with #9B9671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,150,113); }

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

background-color css

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

 a { background-color: rgb(155,150,113); }

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

border-color css

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

 span { border-color: rgb(155,150,113); }

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