#9A6F25

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

Shades of Buttered Rum #9A6F25

Tints of Buttered Rum #9A6F25

Color information

#9A6F25 (or 0x9A6F25) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6F and 25. RGB value is (154,111,37). Sum of RGB (Red+Green+Blue) = 154+111+37=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F25 is #6590DA. Grayscale: #737373. Windows color (decimal): -6656219 or 2453402. OLE color: 2453402.

HSL color Cylindrical-coordinate representation of color #9A6F25: hue angle of 37.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A6F25 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB15411137-
CMYK00.280.760.40
HSL37.95º61.26%37.45%-
HSV(B)37.95º75.97%60.39%-
XYZ19.3418.374.28-
YUV115.4283.75155.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.99%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=50.99%
G=36.75%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541113700.280.760.4037.9561.2637.45
Hex9A6F2501C4C28263d25
Octal2321574503411450467545
Binary1001101011011111001010111001001100101000100110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,111,37); }

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

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

 a { background-color: rgb(154,111,37); }

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

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

 span { border-color: rgb(154,111,37); }

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