Html Css Color HEX #9B916D Gurkha

📋 copy color: '#9B916D'

red 155 ◦ green 145 ◦ blue 109

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

Shades of Gurkha #9B916D

Tints of Gurkha #9B916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 37.9%
G = 35.45%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B916D (or 0x9B916D) is known color: Gurkha. HEX triplet: 9B, 91 and 6D. RGB value is (155,145,109). Sum of RGB (Red+Green+Blue) = 155+145+109=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B916D is #646E92. Grayscale: #909090. Windows color (decimal): -6581907 or 7180699. OLE color: 7180699.

HSL color Cylindrical-coordinate representation of color #9B916D: hue angle of 46.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B916D is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 145 109 -
CMYK 0 0.06 0.30 0.39
HSL 46.96º 0.19% 0.52% -
HSV(B) 46.96º 0.3% 0.61% -
XYZ 26.4 28.32 18.54 -
YUV 143.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 155 145 109 0 0.06 0.30 0.39 46.96 0.19 0.52
Hex 9B 91 6D 0 6 1E 27 2F 13 34
Octal 233 221 155 0 6 36 47 57 23 64
Binary 10011011 10010001 1101101 0 110 11110 100111 101111 10011 110100

Color Harmonies of #9B916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B916D

Black with #9B916D

Text Example


Text Example

White with #9B916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,145,109); }

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

background-color css

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

 a { background-color: rgb(155,145,109); }

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

border-color css

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

 span { border-color: rgb(155,145,109); }

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