#9B6A12

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

Shades of Golden Brown #9B6A12

Tints of Golden Brown #9B6A12

Color information

#9B6A12 (or 0x9B6A12) is unknown color: approx Golden Brown. HEX triplet: 9B, 6A and 12. RGB value is (155,106,18). Sum of RGB (Red+Green+Blue) = 155+106+18=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6A12 is #6495ED. Grayscale: #6F6F6F. Windows color (decimal): -6591982 or 1206939. OLE color: 1206939.

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

Color convert

RGB15510618-
CMYK00.320.880.39
HSL38.54º79.19%33.92%-
HSV(B)38.54º88.39%60.78%-
XYZ18.7817.322.93-
YUV110.6275.73159.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=55.56%
G=37.99%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551061800.320.880.3938.5479.1933.92
Hex9B6A120205827274f22
Octal23315222040130474711742
Binary10011011110101010010010000010110001001111001111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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