#966A25

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

Shades of Buttered Rum #966A25

Tints of Buttered Rum #966A25

Color information

#966A25 (or 0x966A25) is unknown color: approx Buttered Rum. HEX triplet: 96, 6A and 25. RGB value is (150,106,37). Sum of RGB (Red+Green+Blue) = 150+106+37=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A25 is #6995DA. Grayscale: #6F6F6F. Windows color (decimal): -6919643 or 2452118. OLE color: 2452118.

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

Color convert

RGB15010637-
CMYK00.290.750.41
HSL36.64º60.43%36.67%-
HSV(B)36.64º75.33%58.82%-
XYZ18.0716.934.07-
YUV111.2986.08155.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 37 (14.84% from 255) = 12.63%
R=51.19%
G=36.18%
B=12.63%

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
Decimal1501063700.290.750.4136.6460.4336.67
Hex966A2501D4B29253c25
Octal2261524503511351457445
Binary1001011011010101001010111011001011101001100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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