#956F3C

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

Shades of Buttered Rum #956F3C

Tints of Buttered Rum #956F3C

Color information

#956F3C (or 0x956F3C) is unknown color: approx Buttered Rum. HEX triplet: 95, 6F and 3C. RGB value is (149,111,60). Sum of RGB (Red+Green+Blue) = 149+111+60=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #956F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F3C is #6A90C3. Grayscale: #747474. Windows color (decimal): -6983876 or 3960725. OLE color: 3960725.

HSL color Cylindrical-coordinate representation of color #956F3C: hue angle of 34.38º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #956F3C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14911160-
CMYK00.260.600.42
HSL34.38º42.58%40.98%-
HSV(B)34.38º59.73%58.43%-
XYZ18.8918.086.77-
YUV116.5596.09151.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=46.56%
G=34.69%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491116000.260.600.4234.3842.5840.98
Hex956F3C01A3C2A222b29
Octal225157740327452425351
Binary100101011101111111100011010111100101010100010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956F3C; }

 p { color: rgb(149,111,60); }

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

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

 a { background-color: rgb(149,111,60); }

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

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

 span { border-color: rgb(149,111,60); }

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