#9D763F

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

Shades of Buttered Rum #9D763F

Tints of Buttered Rum #9D763F

Color information

#9D763F (or 0x9D763F) is unknown color: approx Buttered Rum. HEX triplet: 9D, 76 and 3F. RGB value is (157,118,63). Sum of RGB (Red+Green+Blue) = 157+118+63=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D763F is #6289C0. Grayscale: #7B7B7B. Windows color (decimal): -6457793 or 4159133. OLE color: 4159133.

HSL color Cylindrical-coordinate representation of color #9D763F: hue angle of 35.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D763F is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB15711863-
CMYK00.250.600.38
HSL35.11º42.73%43.14%-
HSV(B)35.11º59.87%61.57%-
XYZ21.2820.487.53-
YUV123.3993.92151.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 63 (25% from 255) = 18.64%
R=46.45%
G=34.91%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571186300.250.600.3835.1142.7343.14
Hex9D763F0193C26232b2b
Octal235166770317446435353
Binary100111011110110111111011001111100100110100011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,118,63); }

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

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

 a { background-color: rgb(157,118,63); }

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

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

 span { border-color: rgb(157,118,63); }

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