#926F34

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

Shades of Buttered Rum #926F34

Tints of Buttered Rum #926F34

Color information

#926F34 (or 0x926F34) is unknown color: approx Buttered Rum. HEX triplet: 92, 6F and 34. RGB value is (146,111,52). Sum of RGB (Red+Green+Blue) = 146+111+52=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #926F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926F34 is #6D90CB. Grayscale: #737373. Windows color (decimal): -7180492 or 3436434. OLE color: 3436434.

HSL color Cylindrical-coordinate representation of color #926F34: hue angle of 37.66º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #926F34 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB14611152-
CMYK00.240.640.43
HSL37.66º47.47%38.82%-
HSV(B)37.66º64.38%57.25%-
XYZ18.1617.735.71-
YUV114.7492.6150.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=47.25%
G=35.92%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461115200.240.640.4337.6647.4738.82
Hex926F34018402B262f27
Octal2221576403010053465747
Binary1001001011011111101000110001000000101011100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926F34; }

 p { color: rgb(146,111,52); }

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

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

 a { background-color: rgb(146,111,52); }

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

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

 span { border-color: rgb(146,111,52); }

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