#967938

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

Shades of Buttered Rum #967938

Tints of Buttered Rum #967938

Color information

#967938 (or 0x967938) is unknown color: approx Buttered Rum. HEX triplet: 96, 79 and 38. RGB value is (150,121,56). Sum of RGB (Red+Green+Blue) = 150+121+56=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967938 is #6986C7. Grayscale: #7A7A7A. Windows color (decimal): -6915784 or 3701142. OLE color: 3701142.

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

Color convert

RGB15012156-
CMYK00.190.630.41
HSL41.49º45.63%40.39%-
HSV(B)41.49º62.67%58.82%-
XYZ20.1320.446.63-
YUV122.2690.61147.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=45.87%
G=37.00%
B=17.13%

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
Decimal1501215600.190.630.4141.4945.6340.39
Hex9679380133F29292e28
Octal226171700237751515650
Binary100101101111001111000010011111111101001101001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967938; }

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

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

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

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

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

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

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

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