#967d3c

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

Shades of Buttered Rum #967D3C

Tints of Buttered Rum #967D3C

Color information

#967D3C (or 0x967D3C) is unknown color: approx Buttered Rum. HEX triplet: 96, 7D and 3C. RGB value is (150,125,60). Sum of RGB (Red+Green+Blue) = 150+125+60=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #967D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D3C is #6982C3. Grayscale: #7D7D7D. Windows color (decimal): -6914756 or 3964310. OLE color: 3964310.

HSL color Cylindrical-coordinate representation of color #967D3C: hue angle of 43.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #967D3C is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB15012560-
CMYK00.170.60.41
HSL43.33º42.86%41.18%-
HSV(B)43.33º60%58.82%-
XYZ20.7321.487.33-
YUV125.0691.28145.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 125 (49.22% from 255) = 37.31%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=44.78%
G=37.31%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501256000.170.60.4143.3342.8641.18
Hex967D3C0113C292b2b29
Octal226175740217451535351
Binary100101101111101111100010001111100101001101011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967d3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967d3c; }

 p { color: rgb(150,125,60); }

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

<style>
 a { background-color: #967d3c; }

 a { background-color: rgb(150,125,60); }

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

<style>
 span { border-color: #967d3c; }

 span { border-color: rgb(150,125,60); }

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