Html Css Color HEX #9B916C Gurkha

📋 copy color: '#9B916C'

red 155 ◦ green 145 ◦ blue 108

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

Shades of Gurkha #9B916C

Tints of Gurkha #9B916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 37.99%
G = 35.54%
B = 26.47%

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

#9B916C (or 0x9B916C) is known color: Gurkha. HEX triplet: 9B, 91 and 6C. RGB value is (155,145,108). Sum of RGB (Red+Green+Blue) = 155+145+108=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B916C is #646E93. Grayscale: #8F8F8F. Windows color (decimal): -6581908 or 7115163. OLE color: 7115163.

HSL color Cylindrical-coordinate representation of color #9B916C: hue angle of 47.23º 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 #9B916C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 145 108 -
CMYK 0 0.06 0.30 0.39
HSL 47.23º 0.19% 0.52% -
HSV(B) 47.23º 0.3% 0.61% -
XYZ 26.35 28.3 18.26 -
YUV 143.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 155 145 108 0 0.06 0.30 0.39 47.23 0.19 0.52
Hex 9B 91 6C 0 6 1E 27 2F 13 34
Octal 233 221 154 0 6 36 47 57 23 64
Binary 10011011 10010001 1101100 0 110 11110 100111 101111 10011 110100

Color Harmonies of #9B916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B916C

Black with #9B916C

Text Example


Text Example

White with #9B916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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