#967A36

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

Shades of Buttered Rum #967A36

Tints of Buttered Rum #967A36

Color information

#967A36 (or 0x967A36) is unknown color: approx Buttered Rum. HEX triplet: 96, 7A and 36. RGB value is (150,122,54). Sum of RGB (Red+Green+Blue) = 150+122+54=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #967A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A36 is #6985C9. Grayscale: #7A7A7A. Windows color (decimal): -6915530 or 3570326. OLE color: 3570326.

HSL color Cylindrical-coordinate representation of color #967A36: hue angle of 42.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 #967A36 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB15012254-
CMYK00.190.640.41
HSL42.5º47.06%40%-
HSV(B)42.5º64%58.82%-
XYZ20.220.676.41-
YUV122.6289.28147.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=46.01%
G=37.42%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501225400.190.640.4142.547.0640
Hex967A3601340292a2f28
Octal2261726602310051525750
Binary1001011011110101101100100111000000101001101010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967A36; }

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

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

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

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

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

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

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

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