#765145

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

Shades of Nutmeg #765145

Tints of Nutmeg #765145

Color information

#765145 (or 0x765145) is unknown color: approx Nutmeg. HEX triplet: 76, 51 and 45. RGB value is (118,81,69). Sum of RGB (Red+Green+Blue) = 118+81+69=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765145 is #89AEBA. Grayscale: #5A5A5A. Windows color (decimal): -9023163 or 4542838. OLE color: 4542838.

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

Color convert

RGB1188169-
CMYK00.310.420.54
HSL14.69º26.2%36.67%-
HSV(B)14.69º41.53%46.27%-
XYZ11.4910.176.99-
YUV90.7115.76147.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=44.03%
G=30.22%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118816900.310.420.5414.6926.236.67
Hex76514501F2A36f1a25
Octal1661211050375266173245
Binary111011010100011000101011111101010110110111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765145; }

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

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

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

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

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

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

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

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