Html Css Color HEX #9B946C Gurkha

📋 copy color: '#9B946C'

red 155 ◦ green 148 ◦ blue 108

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

Shades of Gurkha #9B946C

Tints of Gurkha #9B946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 37.71%
G = 36.01%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B946C (or 0x9B946C) is known color: Gurkha. HEX triplet: 9B, 94 and 6C. RGB value is (155,148,108). Sum of RGB (Red+Green+Blue) = 155+148+108=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B946C is #646B93. Grayscale: #919191. Windows color (decimal): -6581140 or 7115931. OLE color: 7115931.

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

Color convert

RGB 155 148 108 -
CMYK 0 0.05 0.30 0.39
HSL 51.06º 0.19% 0.52% -
HSV(B) 51.06º 0.3% 0.61% -
XYZ 26.81 29.23 18.42 -
YUV 145.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 155 148 108 0 0.05 0.30 0.39 51.06 0.19 0.52
Hex 9B 94 6C 0 5 1E 27 33 13 34
Octal 233 224 154 0 5 36 47 63 23 64
Binary 10011011 10010100 1101100 0 101 11110 100111 110011 10011 110100

Color Harmonies of #9B946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B946C

Black with #9B946C

Text Example


Text Example

White with #9B946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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