#967233

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

Shades of Buttered Rum #967233

Tints of Buttered Rum #967233

Color information

#967233 (or 0x967233) is unknown color: approx Buttered Rum. HEX triplet: 96, 72 and 33. RGB value is (150,114,51). Sum of RGB (Red+Green+Blue) = 150+114+51=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #967233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967233 is #698DCC. Grayscale: #757575. Windows color (decimal): -6917581 or 3371670. OLE color: 3371670.

HSL color Cylindrical-coordinate representation of color #967233: hue angle of 38.18º 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 #967233 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB15011451-
CMYK00.240.660.41
HSL38.18º49.25%39.41%-
HSV(B)38.18º66%58.82%-
XYZ19.1918.765.74-
YUV117.5890.43151.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=47.62%
G=36.19%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501145100.240.660.4138.1849.2539.41
Hex9672330184229263127
Octal2261626303010251466147
Binary1001011011100101100110110001000010101001100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967233; }

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

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

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

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

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

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

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

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