#967533

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

Shades of Buttered Rum #967533

Tints of Buttered Rum #967533

Color information

#967533 (or 0x967533) is unknown color: approx Buttered Rum. HEX triplet: 96, 75 and 33. RGB value is (150,117,51). Sum of RGB (Red+Green+Blue) = 150+117+51=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #967533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967533 is #698ACC. Grayscale: #777777. Windows color (decimal): -6916813 or 3372438. OLE color: 3372438.

HSL color Cylindrical-coordinate representation of color #967533: hue angle of 40º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #967533 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB15011751-
CMYK00.220.660.41
HSL40º49.25%39.41%-
HSV(B)40º66%58.82%-
XYZ19.5419.455.86-
YUV119.3489.43149.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 51 (20.31% from 255) = 16.04%
R=47.17%
G=36.79%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501175100.220.660.414049.2539.41
Hex9675330164229283127
Octal2261656302610251506147
Binary1001011011101011100110101101000010101001101000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967533; }

 p { color: rgb(150,117,51); }

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

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

 a { background-color: rgb(150,117,51); }

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

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

 span { border-color: rgb(150,117,51); }

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