#956830

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

Shades of Buttered Rum #956830

Tints of Buttered Rum #956830

Color information

#956830 (or 0x956830) is unknown color: approx Buttered Rum. HEX triplet: 95, 68 and 30. RGB value is (149,104,48). Sum of RGB (Red+Green+Blue) = 149+104+48=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #956830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956830 is #6A97CF. Grayscale: #6F6F6F. Windows color (decimal): -6985680 or 3172501. OLE color: 3172501.

HSL color Cylindrical-coordinate representation of color #956830: hue angle of 33.27º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #956830 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14910448-
CMYK00.300.680.42
HSL33.27º51.27%38.63%-
HSV(B)33.27º67.79%58.43%-
XYZ17.8816.55.04-
YUV111.0792.41155.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=49.50%
G=34.55%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491044800.300.680.4233.2751.2738.63
Hex95683001E442A213327
Octal2251506003610452416347
Binary1001010111010001100000111101000100101010100001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956830; }

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

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

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

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

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

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

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

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