#9A6B36

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

Shades of Buttered Rum #9A6B36

Tints of Buttered Rum #9A6B36

Color information

#9A6B36 (or 0x9A6B36) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6B and 36. RGB value is (154,107,54). Sum of RGB (Red+Green+Blue) = 154+107+54=315 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.89% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B36 is #6594C9. Grayscale: #737373. Windows color (decimal): -6657226 or 3566490. OLE color: 3566490.

HSL color Cylindrical-coordinate representation of color #9A6B36: hue angle of 31.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A6B36 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB15410754-
CMYK00.310.650.40
HSL31.8º48.08%40.78%-
HSV(B)31.8º64.94%60.39%-
XYZ19.2517.655.88-
YUV115.0193.57155.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.89%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=48.89%
G=33.97%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541075400.310.650.4031.848.0840.78
Hex9A6B3601F4128203029
Octal2321536603710150406051
Binary1001101011010111101100111111000001101000100000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,54); }

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

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

 a { background-color: rgb(154,107,54); }

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

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

 span { border-color: rgb(154,107,54); }

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