#9D692B

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

Shades of Buttered Rum #9D692B

Tints of Buttered Rum #9D692B

Color information

#9D692B (or 0x9D692B) is unknown color: approx Buttered Rum. HEX triplet: 9D, 69 and 2B. RGB value is (157,105,43). Sum of RGB (Red+Green+Blue) = 157+105+43=305 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.48% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 157 - color contains mainly: red. Hex color #9D692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D692B is #6296D4. Grayscale: #717171. Windows color (decimal): -6461141 or 2845085. OLE color: 2845085.

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

Color convert

RGB15710543-
CMYK00.330.730.38
HSL32.63º57%39.22%-
HSV(B)32.63º72.61%61.57%-
XYZ19.3917.454.63-
YUV113.4888.23159.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.48%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=51.48%
G=34.43%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571054300.330.730.3832.635739.22
Hex9D692B0214926213927
Octal2351515304111146417147
Binary10011101110100110101101000011001001100110100001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,105,43); }

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

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

 a { background-color: rgb(157,105,43); }

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

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

 span { border-color: rgb(157,105,43); }

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