#966925

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

Shades of Buttered Rum #966925

Tints of Buttered Rum #966925

Color information

#966925 (or 0x966925) is unknown color: approx Buttered Rum. HEX triplet: 96, 69 and 25. RGB value is (150,105,37). Sum of RGB (Red+Green+Blue) = 150+105+37=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #966925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966925 is #6996DA. Grayscale: #6F6F6F. Windows color (decimal): -6919899 or 2451862. OLE color: 2451862.

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

Color convert

RGB15010537-
CMYK00.300.750.41
HSL36.11º60.43%36.67%-
HSV(B)36.11º75.33%58.82%-
XYZ17.9616.724.03-
YUV110.786.41156.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=51.37%
G=35.96%
B=12.67%

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
Decimal1501053700.300.750.4136.1160.4336.67
Hex96692501E4B29243c25
Octal2261514503611351447445
Binary1001011011010011001010111101001011101001100100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966925; }

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

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

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

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

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

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

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

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