#96672B

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

Shades of Buttered Rum #96672B

Tints of Buttered Rum #96672B

Color information

#96672B (or 0x96672B) is unknown color: approx Buttered Rum. HEX triplet: 96, 67 and 2B. RGB value is (150,103,43). Sum of RGB (Red+Green+Blue) = 150+103+43=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96672B is #6998D4. Grayscale: #6E6E6E. Windows color (decimal): -6920405 or 2844566. OLE color: 2844566.

HSL color Cylindrical-coordinate representation of color #96672B: hue angle of 33.64º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96672B is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15010343-
CMYK00.310.710.41
HSL33.64º55.44%37.84%-
HSV(B)33.64º71.33%58.82%-
XYZ17.8616.364.5-
YUV110.2190.07156.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=50.68%
G=34.80%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501034300.310.710.4133.6455.4437.84
Hex96672B01F4729223726
Octal2261475303710751426746
Binary1001011011001111010110111111000111101001100010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96672B; }

 p { color: rgb(150,103,43); }

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

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

 a { background-color: rgb(150,103,43); }

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

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

 span { border-color: rgb(150,103,43); }

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