#764C41

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

Shades of Nutmeg #764C41

Tints of Nutmeg #764C41

Color information

#764C41 (or 0x764C41) is unknown color: approx Nutmeg. HEX triplet: 76, 4C and 41. RGB value is (118,76,65). Sum of RGB (Red+Green+Blue) = 118+76+65=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C41 is #89B3BE. Grayscale: #575757. Windows color (decimal): -9024447 or 4279414. OLE color: 4279414.

HSL color Cylindrical-coordinate representation of color #764C41: hue angle of 12.45º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764C41 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1187665-
CMYK00.360.450.54
HSL12.45º28.96%35.88%-
HSV(B)12.45º44.92%46.27%-
XYZ11.019.46.24-
YUV87.3115.41149.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=45.56%
G=29.34%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118766500.360.450.5412.4528.9635.88
Hex764C410242D36c1d24
Octal1661141010445566143544
Binary1110110100110010000010100100101101110110110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C41; }

 p { color: rgb(118,76,65); }

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

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

 a { background-color: rgb(118,76,65); }

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

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

 span { border-color: rgb(118,76,65); }

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