#967334

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

Shades of Buttered Rum #967334

Tints of Buttered Rum #967334

Color information

#967334 (or 0x967334) is unknown color: approx Buttered Rum. HEX triplet: 96, 73 and 34. RGB value is (150,115,52). Sum of RGB (Red+Green+Blue) = 150+115+52=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #967334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967334 is #698CCB. Grayscale: #767676. Windows color (decimal): -6917324 or 3437462. OLE color: 3437462.

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

Color convert

RGB15011552-
CMYK00.230.650.41
HSL38.57º48.51%39.61%-
HSV(B)38.57º65.33%58.82%-
XYZ19.3318.995.9-
YUV118.2890.6150.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=47.32%
G=36.28%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501155200.230.650.4138.5748.5139.61
Hex9673340174129273128
Octal2261636402710151476150
Binary1001011011100111101000101111000001101001100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967334; }

 p { color: rgb(150,115,52); }

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

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

 a { background-color: rgb(150,115,52); }

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

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

 span { border-color: rgb(150,115,52); }

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