#9B6D1B

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

Shades of Golden Brown #9B6D1B

Tints of Golden Brown #9B6D1B

Color information

#9B6D1B (or 0x9B6D1B) is unknown color: approx Golden Brown. HEX triplet: 9B, 6D and 1B. RGB value is (155,109,27). Sum of RGB (Red+Green+Blue) = 155+109+27=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D1B is #6492E4. Grayscale: #717171. Windows color (decimal): -6591205 or 1797531. OLE color: 1797531.

HSL color Cylindrical-coordinate representation of color #9B6D1B: hue angle of 38.44º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B6D1B is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB15510927-
CMYK00.300.830.39
HSL38.44º70.33%35.69%-
HSV(B)38.44º82.58%60.78%-
XYZ19.1817.983.5-
YUV113.4179.24157.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.26%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 27 (10.94% from 255) = 9.28%
R=53.26%
G=37.46%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551092700.300.830.3938.4470.3335.69
Hex9B6D1B01E5327264624
Octal23315533036123474610644
Binary1001101111011011101101111010100111001111001101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,27); }

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

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

 a { background-color: rgb(155,109,27); }

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

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

 span { border-color: rgb(155,109,27); }

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