#9B672D

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

Shades of Buttered Rum #9B672D

Tints of Buttered Rum #9B672D

Color information

#9B672D (or 0x9B672D) is unknown color: approx Buttered Rum. HEX triplet: 9B, 67 and 2D. RGB value is (155,103,45). Sum of RGB (Red+Green+Blue) = 155+103+45=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B672D is #6498D2. Grayscale: #707070. Windows color (decimal): -6592723 or 2975643. OLE color: 2975643.

HSL color Cylindrical-coordinate representation of color #9B672D: hue angle of 31.64º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B672D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB15510345-
CMYK00.340.710.39
HSL31.64º55%39.22%-
HSV(B)31.64º70.97%60.78%-
XYZ18.8416.864.74-
YUV111.9490.23158.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=51.16%
G=33.99%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551034500.340.710.3931.645539.22
Hex9B672D0224727203727
Octal2331475504210747406747
Binary10011011110011110110101000101000111100111100000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,103,45); }

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

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

 a { background-color: rgb(155,103,45); }

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

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

 span { border-color: rgb(155,103,45); }

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