#967A38

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

Shades of Buttered Rum #967A38

Tints of Buttered Rum #967A38

Color information

#967A38 (or 0x967A38) is unknown color: approx Buttered Rum. HEX triplet: 96, 7A and 38. RGB value is (150,122,56). Sum of RGB (Red+Green+Blue) = 150+122+56=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #967A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A38 is #6985C7. Grayscale: #7B7B7B. Windows color (decimal): -6915528 or 3701398. OLE color: 3701398.

HSL color Cylindrical-coordinate representation of color #967A38: hue angle of 42.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #967A38 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB15012256-
CMYK00.190.630.41
HSL42.13º45.63%40.39%-
HSV(B)42.13º62.67%58.82%-
XYZ20.2520.696.67-
YUV122.8590.28147.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=45.73%
G=37.20%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501225600.190.630.4142.1345.6340.39
Hex967A380133F292a2e28
Octal226172700237751525650
Binary100101101111010111000010011111111101001101010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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