#9B6912

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

Shades of Golden Brown #9B6912

Tints of Golden Brown #9B6912

Color information

#9B6912 (or 0x9B6912) is unknown color: approx Golden Brown. HEX triplet: 9B, 69 and 12. RGB value is (155,105,18). Sum of RGB (Red+Green+Blue) = 155+105+18=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6912 is #6496ED. Grayscale: #6E6E6E. Windows color (decimal): -6592238 or 1206683. OLE color: 1206683.

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

Color convert

RGB15510518-
CMYK00.320.880.39
HSL38.1º79.19%33.92%-
HSV(B)38.1º88.39%60.78%-
XYZ18.6817.122.89-
YUV110.0376.06160.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=55.76%
G=37.77%
B=6.47%

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
Decimal1551051800.320.880.3938.179.1933.92
Hex9B69120205827264f22
Octal23315122040130474611742
Binary10011011110100110010010000010110001001111001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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