#9B6B2B

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

Shades of Buttered Rum #9B6B2B

Tints of Buttered Rum #9B6B2B

Color information

#9B6B2B (or 0x9B6B2B) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6B and 2B. RGB value is (155,107,43). Sum of RGB (Red+Green+Blue) = 155+107+43=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B2B is #6494D4. Grayscale: #727272. Windows color (decimal): -6591701 or 2845595. OLE color: 2845595.

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

Color convert

RGB15510743-
CMYK00.310.720.39
HSL34.29º56.57%38.82%-
HSV(B)34.29º72.26%60.78%-
XYZ19.2117.664.68-
YUV114.0687.9157.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=50.82%
G=35.08%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551074300.310.720.3934.2956.5738.82
Hex9B6B2B01F4827223927
Octal2331535303711047427147
Binary1001101111010111010110111111001000100111100010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,43); }

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

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

 a { background-color: rgb(155,107,43); }

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

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

 span { border-color: rgb(155,107,43); }

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