#96702D

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

Shades of Buttered Rum #96702D

Tints of Buttered Rum #96702D

Color information

#96702D (or 0x96702D) is unknown color: approx Buttered Rum. HEX triplet: 96, 70 and 2D. RGB value is (150,112,45). Sum of RGB (Red+Green+Blue) = 150+112+45=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96702D is #698FD2. Grayscale: #747474. Windows color (decimal): -6918099 or 2977942. OLE color: 2977942.

HSL color Cylindrical-coordinate representation of color #96702D: hue angle of 38.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96702D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15011245-
CMYK00.250.700.41
HSL38.29º53.85%38.24%-
HSV(B)38.29º70%58.82%-
XYZ18.8518.265.01-
YUV115.7288.09152.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 45 (17.97% from 255) = 14.66%
R=48.86%
G=36.48%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501124500.250.700.4138.2953.8538.24
Hex96702D0194629263626
Octal2261605503110651466646
Binary1001011011100001011010110011000110101001100110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96702D; }

 p { color: rgb(150,112,45); }

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

<style>
 a { background-color: #96702D; }

 a { background-color: rgb(150,112,45); }

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

<style>
 span { border-color: #96702D; }

 span { border-color: rgb(150,112,45); }

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