#9B650D

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

Shades of Golden Brown #9B650D

Tints of Golden Brown #9B650D

Color information

#9B650D (or 0x9B650D) is unknown color: approx Golden Brown. HEX triplet: 9B, 65 and 0D. RGB value is (155,101,13). Sum of RGB (Red+Green+Blue) = 155+101+13=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B650D is #649AF2. Grayscale: #6B6B6B. Windows color (decimal): -6593267 or 877979. OLE color: 877979.

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

Color convert

RGB15510113-
CMYK00.350.920.39
HSL37.18º84.52%32.94%-
HSV(B)37.18º91.61%60.78%-
XYZ18.2416.32.57-
YUV107.1174.89162.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 13 (5.47% from 255) = 4.83%
R=57.62%
G=37.55%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551011300.350.920.3937.1884.5232.94
Hex9B65D0235C27255521
Octal23314515043134474512541
Binary1001101111001011101010001110111001001111001011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,13); }

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

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

 a { background-color: rgb(155,101,13); }

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

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

 span { border-color: rgb(155,101,13); }

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