#9B7600

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

Shades of Golden Brown #9B7600

Tints of Golden Brown #9B7600

Color information

#9B7600 (or 0x9B7600) is unknown color: approx Golden Brown. HEX triplet: 9B, 76 and 00. RGB value is (155,118,0). Sum of RGB (Red+Green+Blue) = 155+118+0=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7600 is #6489FF. Grayscale: #747474. Windows color (decimal): -6588928 or 30363. OLE color: 30363.

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

Color convert

RGB1551180-
CMYK00.2410.39
HSL45.68º100%30.39%-
HSV(B)45.68º100%60.78%-
XYZ2019.932.79-
YUV115.6162.76156.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.78%
G=43.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155118000.2410.3945.6810030.39
Hex9B76001864272e641e
Octal2331660030144475614436
Binary10011011111011000110001100100100111101110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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