#9B760B

Color #9B760B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9B760B

Tints of Golden Brown #9B760B

Color information

#9B760B (or 0x9B760B) is unknown color: approx Golden Brown. HEX triplet: 9B, 76 and 0B. RGB value is (155,118,11). Sum of RGB (Red+Green+Blue) = 155+118+11=284 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.58% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 155 - color contains mainly: red. Hex color #9B760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B760B is #6489F4. Grayscale: #757575. Windows color (decimal): -6588917 or 751259. OLE color: 751259.

HSL color Cylindrical-coordinate representation of color #9B760B: hue angle of 44.58º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B760B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB15511811-
CMYK00.240.930.39
HSL44.58º86.75%32.55%-
HSV(B)44.58º92.9%60.78%-
XYZ20.0619.953.11-
YUV116.8668.26155.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.58%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 11 (4.69% from 255) = 3.87%
R=54.58%
G=41.55%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551181100.240.930.3944.5886.7532.55
Hex9B76B0185D272d5721
Octal23316613030135475512741
Binary100110111110110101101100010111011001111011011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,118,11); }

 H1.HeaderClassName
 {
   color: #9B760B;
 }
 .AnyTagClassName
 {
   color: #9B760B;
 }
</style>
background-color css

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

 a { background-color: rgb(155,118,11); }

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

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

 span { border-color: rgb(155,118,11); }

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