Html Css Color HEX #9B966B Gurkha

📋 copy color: '#9B966B'

red 155 ◦ green 150 ◦ blue 107

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

Shades of Gurkha #9B966B

Tints of Gurkha #9B966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.41%

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

R = 37.62%
G = 36.41%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B966B (or 0x9B966B) is known color: Gurkha. HEX triplet: 9B, 96 and 6B. RGB value is (155,150,107). Sum of RGB (Red+Green+Blue) = 155+150+107=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 155 - color contains mainly: red. Hex color #9B966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B966B is #646994. Grayscale: #929292. Windows color (decimal): -6580629 or 7050907. OLE color: 7050907.

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

Color convert

RGB 155 150 107 -
CMYK 0 0.03 0.31 0.39
HSL 53.75º 0.19% 0.51% -
HSV(B) 53.75º 0.31% 0.61% -
XYZ 27.08 29.84 18.24 -
YUV 146.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 155 150 107 0 0.03 0.31 0.39 53.75 0.19 0.51
Hex 9B 96 6B 0 3 1F 27 36 13 33
Octal 233 226 153 0 3 37 47 66 23 63
Binary 10011011 10010110 1101011 0 11 11111 100111 110110 10011 110011

Color Harmonies of #9B966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B966B

Black with #9B966B

Text Example


Text Example

White with #9B966B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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