#916F38

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

Shades of Buttered Rum #916F38

Tints of Buttered Rum #916F38

Color information

#916F38 (or 0x916F38) is unknown color: approx Buttered Rum. HEX triplet: 91, 6F and 38. RGB value is (145,111,56). Sum of RGB (Red+Green+Blue) = 145+111+56=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #916F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916F38 is #6E90C7. Grayscale: #737373. Windows color (decimal): -7246024 or 3698577. OLE color: 3698577.

HSL color Cylindrical-coordinate representation of color #916F38: hue angle of 37.08º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #916F38 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB14511156-
CMYK00.230.610.43
HSL37.08º44.28%39.41%-
HSV(B)37.08º61.38%56.86%-
XYZ18.0817.676.2-
YUV114.994.76149.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=46.47%
G=35.58%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451115600.230.610.4337.0844.2839.41
Hex916F380173D2B252c27
Octal221157700277553455447
Binary100100011101111111000010111111101101011100101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F38; }

 p { color: rgb(145,111,56); }

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

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

 a { background-color: rgb(145,111,56); }

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

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

 span { border-color: rgb(145,111,56); }

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