#9C6925

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

Shades of Buttered Rum #9C6925

Tints of Buttered Rum #9C6925

Color information

#9C6925 (or 0x9C6925) is unknown color: approx Buttered Rum. HEX triplet: 9C, 69 and 25. RGB value is (156,105,37). Sum of RGB (Red+Green+Blue) = 156+105+37=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6925 is #6396DA. Grayscale: #707070. Windows color (decimal): -6526683 or 2451868. OLE color: 2451868.

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

Color convert

RGB15610537-
CMYK00.330.760.39
HSL34.29º61.66%37.84%-
HSV(B)34.29º76.28%61.18%-
XYZ19.117.34.08-
YUV112.585.4159.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=52.35%
G=35.23%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561053700.330.760.3934.2961.6637.84
Hex9C69250214C27223e26
Octal2341514504111447427646
Binary10011100110100110010101000011001100100111100010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,37); }

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

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

 a { background-color: rgb(156,105,37); }

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

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

 span { border-color: rgb(156,105,37); }

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