#95692F

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

Shades of Buttered Rum #95692F

Tints of Buttered Rum #95692F

Color information

#95692F (or 0x95692F) is unknown color: approx Buttered Rum. HEX triplet: 95, 69 and 2F. RGB value is (149,105,47). Sum of RGB (Red+Green+Blue) = 149+105+47=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #95692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95692F is #6A96D0. Grayscale: #6F6F6F. Windows color (decimal): -6985425 or 3107221. OLE color: 3107221.

HSL color Cylindrical-coordinate representation of color #95692F: hue angle of 34.12º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95692F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14910547-
CMYK00.300.680.42
HSL34.12º52.04%38.43%-
HSV(B)34.12º68.46%58.43%-
XYZ17.9616.74.97-
YUV111.5491.58154.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=49.50%
G=34.88%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491054700.300.680.4234.1252.0438.43
Hex95692F01E442A223426
Octal2251515703610452426446
Binary1001010111010011011110111101000100101010100010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95692F; }

 p { color: rgb(149,105,47); }

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

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

 a { background-color: rgb(149,105,47); }

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

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

 span { border-color: rgb(149,105,47); }

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