#9A6830

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

Shades of Buttered Rum #9A6830

Tints of Buttered Rum #9A6830

Color information

#9A6830 (or 0x9A6830) is unknown color: approx Buttered Rum. HEX triplet: 9A, 68 and 30. RGB value is (154,104,48). Sum of RGB (Red+Green+Blue) = 154+104+48=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6830 is #6597CF. Grayscale: #707070. Windows color (decimal): -6658000 or 3172506. OLE color: 3172506.

HSL color Cylindrical-coordinate representation of color #9A6830: hue angle of 31.7º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A6830 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB15410448-
CMYK00.320.690.40
HSL31.7º52.48%39.61%-
HSV(B)31.7º68.83%60.39%-
XYZ18.8116.985.08-
YUV112.5791.56157.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.33%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 48 (19.14% from 255) = 15.69%
R=50.33%
G=33.99%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541044800.320.690.4031.752.4839.61
Hex9A68300204528203428
Octal2321506004010550406450
Binary10011010110100011000001000001000101101000100000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,104,48); }

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

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

 a { background-color: rgb(154,104,48); }

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

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

 span { border-color: rgb(154,104,48); }

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