#967431

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

Shades of Buttered Rum #967431

Tints of Buttered Rum #967431

Color information

#967431 (or 0x967431) is unknown color: approx Buttered Rum. HEX triplet: 96, 74 and 31. RGB value is (150,116,49). Sum of RGB (Red+Green+Blue) = 150+116+49=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #967431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967431 is #698BCE. Grayscale: #767676. Windows color (decimal): -6917071 or 3241110. OLE color: 3241110.

HSL color Cylindrical-coordinate representation of color #967431: hue angle of 39.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #967431 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15011649-
CMYK00.230.670.41
HSL39.8º50.75%39.02%-
HSV(B)39.8º67.33%58.82%-
XYZ19.3819.25.59-
YUV118.5388.76150.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=47.62%
G=36.83%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501164900.230.670.4139.850.7539.02
Hex9674310174329283327
Octal2261646102710351506347
Binary1001011011101001100010101111000011101001101000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967431; }

 p { color: rgb(150,116,49); }

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

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

 a { background-color: rgb(150,116,49); }

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

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

 span { border-color: rgb(150,116,49); }

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