Html Css Color HEX #9B916B Gurkha

📋 copy color: '#9B916B'

red 155 ◦ green 145 ◦ blue 107

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

Shades of Gurkha #9B916B

Tints of Gurkha #9B916B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 38.08%
G = 35.63%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B916B (or 0x9B916B) is known color: Gurkha. HEX triplet: 9B, 91 and 6B. RGB value is (155,145,107). Sum of RGB (Red+Green+Blue) = 155+145+107=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 155 - color contains mainly: red. Hex color #9B916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B916B is #646E94. Grayscale: #8F8F8F. Windows color (decimal): -6581909 or 7049627. OLE color: 7049627.

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

Color convert

RGB 155 145 107 -
CMYK 0 0.06 0.31 0.39
HSL 47.5º 0.19% 0.51% -
HSV(B) 47.5º 0.31% 0.61% -
XYZ 26.3 28.28 17.98 -
YUV 143.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 155 145 107 0 0.06 0.31 0.39 47.5 0.19 0.51
Hex 9B 91 6B 0 6 1F 27 30 13 33
Octal 233 221 153 0 6 37 47 60 23 63
Binary 10011011 10010001 1101011 0 110 11111 100111 110000 10011 110011

Color Harmonies of #9B916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B916B

Black with #9B916B

Text Example


Text Example

White with #9B916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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