#966B2A

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

Shades of Buttered Rum #966B2A

Tints of Buttered Rum #966B2A

Color information

#966B2A (or 0x966B2A) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 2A. RGB value is (150,107,42). Sum of RGB (Red+Green+Blue) = 150+107+42=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #966B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B2A is #6994D5. Grayscale: #707070. Windows color (decimal): -6919382 or 2780054. OLE color: 2780054.

HSL color Cylindrical-coordinate representation of color #966B2A: hue angle of 36.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #966B2A is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15010742-
CMYK00.290.720.41
HSL36.11º56.25%37.65%-
HSV(B)36.11º72%58.82%-
XYZ18.2517.174.54-
YUV112.4588.25154.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=50.17%
G=35.79%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501074200.290.720.4136.1156.2537.65
Hex966B2A01D4829243826
Octal2261535203511051447046
Binary1001011011010111010100111011001000101001100100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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