#9B6A2A

Color #9B6A2A Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #9B6A2A

Tints of Buttered Rum #9B6A2A

Color information

#9B6A2A (or 0x9B6A2A) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6A and 2A. RGB value is (155,106,42). Sum of RGB (Red+Green+Blue) = 155+106+42=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A2A is #6495D5. Grayscale: #717171. Windows color (decimal): -6591958 or 2779803. OLE color: 2779803.

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

Color convert

RGB15510642-
CMYK00.320.730.39
HSL33.98º57.36%38.63%-
HSV(B)33.98º72.9%60.78%-
XYZ19.0917.444.55-
YUV113.3587.73157.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=51.16%
G=34.98%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551064200.320.730.3933.9857.3638.63
Hex9B6A2A0204927223927
Octal2331525204011147427147
Binary10011011110101010101001000001001001100111100010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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