#967A3C

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

Shades of Buttered Rum #967A3C

Tints of Buttered Rum #967A3C

Color information

#967A3C (or 0x967A3C) is unknown color: approx Buttered Rum. HEX triplet: 96, 7A and 3C. RGB value is (150,122,60). Sum of RGB (Red+Green+Blue) = 150+122+60=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A3C is #6985C3. Grayscale: #7B7B7B. Windows color (decimal): -6915524 or 3963542. OLE color: 3963542.

HSL color Cylindrical-coordinate representation of color #967A3C: hue angle of 41.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 #967A3C is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB15012260-
CMYK00.190.60.41
HSL41.33º42.86%41.18%-
HSV(B)41.33º60%58.82%-
XYZ20.3520.737.2-
YUV123.392.28147.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=45.18%
G=36.75%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501226000.190.60.4141.3342.8641.18
Hex967A3C0133C29292b29
Octal226172740237451515351
Binary100101101111010111100010011111100101001101001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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