Html Css Color HEX #9B9169 Gurkha

📋 copy color: '#9B9169'

red 155 ◦ green 145 ◦ blue 105

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

Shades of Gurkha #9B9169

Tints of Gurkha #9B9169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.93%

R = 38.27%
G = 35.8%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B9169 (or 0x9B9169) is known color: Gurkha. HEX triplet: 9B, 91 and 69. RGB value is (155,145,105). Sum of RGB (Red+Green+Blue) = 155+145+105=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9169 is #646E96. Grayscale: #8F8F8F. Windows color (decimal): -6581911 or 6918555. OLE color: 6918555.

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

Color convert

RGB 155 145 105 -
CMYK 0 0.06 0.32 0.39
HSL 48º 0.2% 0.51% -
HSV(B) 48º 0.32% 0.61% -
XYZ 26.19 28.24 17.43 -
YUV 143.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 155 145 105 0 0.06 0.32 0.39 48 0.2 0.51
Hex 9B 91 69 0 6 20 27 30 14 33
Octal 233 221 151 0 6 40 47 60 24 63
Binary 10011011 10010001 1101001 0 110 100000 100111 110000 10100 110011

Color Harmonies of #9B9169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9169

Black with #9B9169

Text Example


Text Example

White with #9B9169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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