#9B6712

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

Shades of Golden Brown #9B6712

Tints of Golden Brown #9B6712

Color information

#9B6712 (or 0x9B6712) is unknown color: approx Golden Brown. HEX triplet: 9B, 67 and 12. RGB value is (155,103,18). Sum of RGB (Red+Green+Blue) = 155+103+18=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6712 is #6498ED. Grayscale: #6D6D6D. Windows color (decimal): -6592750 or 1206171. OLE color: 1206171.

HSL color Cylindrical-coordinate representation of color #9B6712: hue angle of 37.23º degrees, saturation: 0.79, 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 #9B6712 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15510318-
CMYK00.340.880.39
HSL37.23º79.19%33.92%-
HSV(B)37.23º88.39%60.78%-
XYZ18.4816.712.82-
YUV108.8676.73160.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=56.16%
G=37.32%
B=6.52%

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
Decimal1551031800.340.880.3937.2379.1933.92
Hex9B67120225827254f22
Octal23314722042130474511742
Binary10011011110011110010010001010110001001111001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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