#967B36

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

Shades of Buttered Rum #967B36

Tints of Buttered Rum #967B36

Color information

#967B36 (or 0x967B36) is unknown color: approx Buttered Rum. HEX triplet: 96, 7B and 36. RGB value is (150,123,54). Sum of RGB (Red+Green+Blue) = 150+123+54=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B36 is #6984C9. Grayscale: #7B7B7B. Windows color (decimal): -6915274 or 3570582. OLE color: 3570582.

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

Color convert

RGB15012354-
CMYK00.180.640.41
HSL43.12º47.06%40%-
HSV(B)43.12º64%58.82%-
XYZ20.3320.926.46-
YUV123.2188.95147.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=45.87%
G=37.61%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501235400.180.640.4143.1247.0640
Hex967B3601240292b2f28
Octal2261736602210051535750
Binary1001011011110111101100100101000000101001101011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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