#967236

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

Shades of Buttered Rum #967236

Tints of Buttered Rum #967236

Color information

#967236 (or 0x967236) is unknown color: approx Buttered Rum. HEX triplet: 96, 72 and 36. RGB value is (150,114,54). Sum of RGB (Red+Green+Blue) = 150+114+54=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #967236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967236 is #698DC9. Grayscale: #767676. Windows color (decimal): -6917578 or 3568278. OLE color: 3568278.

HSL color Cylindrical-coordinate representation of color #967236: hue angle of 37.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #967236 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB15011454-
CMYK00.240.640.41
HSL37.5º47.06%40%-
HSV(B)37.5º64%58.82%-
XYZ19.2618.786.1-
YUV117.9291.93150.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=47.17%
G=35.85%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501145400.240.640.4137.547.0640
Hex9672360184029252f28
Octal2261626603010051455750
Binary1001011011100101101100110001000000101001100101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967236; }

 p { color: rgb(150,114,54); }

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

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

 a { background-color: rgb(150,114,54); }

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

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

 span { border-color: rgb(150,114,54); }

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