#966B25

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

Shades of Buttered Rum #966B25

Tints of Buttered Rum #966B25

Color information

#966B25 (or 0x966B25) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 25. RGB value is (150,107,37). Sum of RGB (Red+Green+Blue) = 150+107+37=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #966B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B25 is #6994DA. Grayscale: #707070. Windows color (decimal): -6919387 or 2452374. OLE color: 2452374.

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

Color convert

RGB15010737-
CMYK00.290.750.41
HSL37.17º60.43%36.67%-
HSV(B)37.17º75.33%58.82%-
XYZ18.1717.134.1-
YUV111.8885.75155.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=51.02%
G=36.39%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501073700.290.750.4137.1760.4336.67
Hex966B2501D4B29253c25
Octal2261534503511351457445
Binary1001011011010111001010111011001011101001100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966B25; }

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

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

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

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

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

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

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

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