#765146

Color #765146 Nutmeg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nutmeg #765146

Tints of Nutmeg #765146

Color information

#765146 (or 0x765146) is unknown color: approx Nutmeg. HEX triplet: 76, 51 and 46. RGB value is (118,81,70). Sum of RGB (Red+Green+Blue) = 118+81+70=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765146 is #89AEB9. Grayscale: #5A5A5A. Windows color (decimal): -9023162 or 4608374. OLE color: 4608374.

HSL color Cylindrical-coordinate representation of color #765146: hue angle of 13.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765146 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1188170-
CMYK00.310.410.54
HSL13.75º25.53%36.86%-
HSV(B)13.75º40.68%46.27%-
XYZ11.5210.187.15-
YUV90.81116.26147.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=43.87%
G=30.11%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118817000.310.410.5413.7525.5336.86
Hex76514601F2936e1a25
Octal1661211060375166163245
Binary111011010100011000110011111101001110110111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765146; }

 p { color: rgb(118,81,70); }

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

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

 a { background-color: rgb(118,81,70); }

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

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

 span { border-color: rgb(118,81,70); }

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