#9B6C26

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

Shades of Buttered Rum #9B6C26

Tints of Buttered Rum #9B6C26

Color information

#9B6C26 (or 0x9B6C26) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6C and 26. RGB value is (155,108,38). Sum of RGB (Red+Green+Blue) = 155+108+38=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C26 is #6493D9. Grayscale: #727272. Windows color (decimal): -6591450 or 2518171. OLE color: 2518171.

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

Color convert

RGB15510838-
CMYK00.300.750.39
HSL35.9º60.62%37.84%-
HSV(B)35.9º75.48%60.78%-
XYZ19.2317.834.26-
YUV114.0785.07157.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=51.50%
G=35.88%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551083800.300.750.3935.960.6237.84
Hex9B6C2601E4B27243d26
Octal2331544603611347447546
Binary1001101111011001001100111101001011100111100100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,38); }

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

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

 a { background-color: rgb(155,108,38); }

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

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

 span { border-color: rgb(155,108,38); }

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