#9B6713

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

Shades of Golden Brown #9B6713

Tints of Golden Brown #9B6713

Color information

#9B6713 (or 0x9B6713) is unknown color: approx Golden Brown. HEX triplet: 9B, 67 and 13. RGB value is (155,103,19). Sum of RGB (Red+Green+Blue) = 155+103+19=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6713 is #6498EC. Grayscale: #6D6D6D. Windows color (decimal): -6592749 or 1271707. OLE color: 1271707.

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

Color convert

RGB15510319-
CMYK00.340.880.39
HSL37.06º78.16%34.12%-
HSV(B)37.06º87.74%60.78%-
XYZ18.4916.722.87-
YUV108.9777.23160.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=55.96%
G=37.18%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551031900.340.880.3937.0678.1634.12
Hex9B67130225827254e22
Octal23314723042130474511642
Binary10011011110011110011010001010110001001111001011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,103,19); }

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

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

 a { background-color: rgb(155,103,19); }

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

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

 span { border-color: rgb(155,103,19); }

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