#966B35

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

Shades of Buttered Rum #966B35

Tints of Buttered Rum #966B35

Color information

#966B35 (or 0x966B35) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 35. RGB value is (150,107,53). Sum of RGB (Red+Green+Blue) = 150+107+53=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #966B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B35 is #6994CA. Grayscale: #717171. Windows color (decimal): -6919371 or 3500950. OLE color: 3500950.

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

Color convert

RGB15010753-
CMYK00.290.650.41
HSL33.4º47.78%39.8%-
HSV(B)33.4º64.67%58.82%-
XYZ18.4817.265.73-
YUV113.793.75153.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=48.39%
G=34.52%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501075300.290.650.4133.447.7839.8
Hex966B3501D4129213028
Octal2261536503510151416050
Binary1001011011010111101010111011000001101001100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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