#9C763C

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

Shades of Buttered Rum #9C763C

Tints of Buttered Rum #9C763C

Color information

#9C763C (or 0x9C763C) is unknown color: approx Buttered Rum. HEX triplet: 9C, 76 and 3C. RGB value is (156,118,60). Sum of RGB (Red+Green+Blue) = 156+118+60=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C763C is #6389C3. Grayscale: #7B7B7B. Windows color (decimal): -6523332 or 3962524. OLE color: 3962524.

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

Color convert

RGB15611860-
CMYK00.240.620.39
HSL36.25º44.44%42.35%-
HSV(B)36.25º61.54%61.18%-
XYZ2120.357.1-
YUV122.7592.59151.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=46.71%
G=35.33%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561186000.240.620.3936.2544.4442.35
Hex9C763C0183E27242c2a
Octal234166740307647445452
Binary100111001110110111100011000111110100111100100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,60); }

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

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

 a { background-color: rgb(156,118,60); }

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

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

 span { border-color: rgb(156,118,60); }

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