#9D672C

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

Shades of Buttered Rum #9D672C

Tints of Buttered Rum #9D672C

Color information

#9D672C (or 0x9D672C) is unknown color: approx Buttered Rum. HEX triplet: 9D, 67 and 2C. RGB value is (157,103,44). Sum of RGB (Red+Green+Blue) = 157+103+44=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D672C is #6298D3. Grayscale: #707070. Windows color (decimal): -6461652 or 2910109. OLE color: 2910109.

HSL color Cylindrical-coordinate representation of color #9D672C: hue angle of 31.33º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D672C is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15710344-
CMYK00.340.720.38
HSL31.33º56.22%39.41%-
HSV(B)31.33º71.97%61.57%-
XYZ19.2117.054.66-
YUV112.4289.39159.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.64%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=51.64%
G=33.88%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571034400.340.720.3831.3356.2239.41
Hex9D672C02248261f3827
Octal2351475404211046377047
Binary1001110111001111011000100010100100010011011111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,103,44); }

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

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

 a { background-color: rgb(157,103,44); }

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

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

 span { border-color: rgb(157,103,44); }

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