#966926

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

Shades of Buttered Rum #966926

Tints of Buttered Rum #966926

Color information

#966926 (or 0x966926) is unknown color: approx Buttered Rum. HEX triplet: 96, 69 and 26. RGB value is (150,105,38). Sum of RGB (Red+Green+Blue) = 150+105+38=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966926 is #6996D9. Grayscale: #6F6F6F. Windows color (decimal): -6919898 or 2517398. OLE color: 2517398.

HSL color Cylindrical-coordinate representation of color #966926: hue angle of 35.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #966926 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB15010538-
CMYK00.300.750.41
HSL35.89º59.57%36.86%-
HSV(B)35.89º74.67%58.82%-
XYZ17.9816.734.11-
YUV110.8286.91155.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=51.19%
G=35.84%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501053800.300.750.4135.8959.5736.86
Hex96692601E4B29243c25
Octal2261514603611351447445
Binary1001011011010011001100111101001011101001100100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966926; }

 p { color: rgb(150,105,38); }

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

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

 a { background-color: rgb(150,105,38); }

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

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

 span { border-color: rgb(150,105,38); }

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