#9B7100

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

Shades of Golden Brown #9B7100

Tints of Golden Brown #9B7100

Color information

#9B7100 (or 0x9B7100) is unknown color: approx Golden Brown. HEX triplet: 9B, 71 and 00. RGB value is (155,113,0). Sum of RGB (Red+Green+Blue) = 155+113+0=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7100 is #648EFF. Grayscale: #717171. Windows color (decimal): -6590208 or 29083. OLE color: 29083.

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

Color convert

RGB1551130-
CMYK00.2710.39
HSL43.74º100%30.39%-
HSV(B)43.74º100%60.78%-
XYZ19.4218.782.6-
YUV112.6864.41158.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.84%
G=42.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155113000.2710.3943.7410030.39
Hex9B71001B64272c641e
Octal2331610033144475414436
Binary10011011111000100110111100100100111101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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