#9A6B3B

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

Shades of Buttered Rum #9A6B3B

Tints of Buttered Rum #9A6B3B

Color information

#9A6B3B (or 0x9A6B3B) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6B and 3B. RGB value is (154,107,59). Sum of RGB (Red+Green+Blue) = 154+107+59=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6B3B is #6594C4. Grayscale: #737373. Windows color (decimal): -6657221 or 3894170. OLE color: 3894170.

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

Color convert

RGB15410759-
CMYK00.310.620.40
HSL30.32º44.6%41.76%-
HSV(B)30.32º61.69%60.39%-
XYZ19.3717.76.53-
YUV115.5896.07155.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.12%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=48.12%
G=33.44%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541075900.310.620.4030.3244.641.76
Hex9A6B3B01F3E281e2d2a
Octal232153730377650365552
Binary10011010110101111101101111111111010100011110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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