Html Css Color HEX #9B946B Gurkha

📋 copy color: '#9B946B'

red 155 ◦ green 148 ◦ blue 107

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

Shades of Gurkha #9B946B

Tints of Gurkha #9B946B

RGB

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

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

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

R = 37.8%
G = 36.1%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B946B (or 0x9B946B) is known color: Gurkha. HEX triplet: 9B, 94 and 6B. RGB value is (155,148,107). Sum of RGB (Red+Green+Blue) = 155+148+107=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 155 - color contains mainly: red. Hex color #9B946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B946B is #646B94. Grayscale: #919191. Windows color (decimal): -6581141 or 7050395. OLE color: 7050395.

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

Color convert

RGB 155 148 107 -
CMYK 0 0.05 0.31 0.39
HSL 51.25º 0.19% 0.51% -
HSV(B) 51.25º 0.31% 0.61% -
XYZ 26.76 29.21 18.14 -
YUV 145.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 155 148 107 0 0.05 0.31 0.39 51.25 0.19 0.51
Hex 9B 94 6B 0 5 1F 27 33 13 33
Octal 233 224 153 0 5 37 47 63 23 63
Binary 10011011 10010100 1101011 0 101 11111 100111 110011 10011 110011

Color Harmonies of #9B946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B946B

Black with #9B946B

Text Example


Text Example

White with #9B946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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