#9D6F26

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

Shades of Buttered Rum #9D6F26

Tints of Buttered Rum #9D6F26

Color information

#9D6F26 (or 0x9D6F26) is unknown color: approx Buttered Rum. HEX triplet: 9D, 6F and 26. RGB value is (157,111,38). Sum of RGB (Red+Green+Blue) = 157+111+38=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6F26 is #6290D9. Grayscale: #747474. Windows color (decimal): -6459610 or 2518941. OLE color: 2518941.

HSL color Cylindrical-coordinate representation of color #9D6F26: hue angle of 36.81º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D6F26 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB15711138-
CMYK00.290.760.38
HSL36.81º61.03%38.24%-
HSV(B)36.81º75.8%61.57%-
XYZ19.9418.684.39-
YUV116.4383.74156.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.31%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=51.31%
G=36.27%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571113800.290.760.3836.8161.0338.24
Hex9D6F2601D4C26253d26
Octal2351574603511446457546
Binary1001110111011111001100111011001100100110100101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6F26; }

 p { color: rgb(157,111,38); }

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

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

 a { background-color: rgb(157,111,38); }

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

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

 span { border-color: rgb(157,111,38); }

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