#764D3E

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

Shades of Nutmeg #764D3E

Tints of Nutmeg #764D3E

Color information

#764D3E (or 0x764D3E) is unknown color: approx Nutmeg. HEX triplet: 76, 4D and 3E. RGB value is (118,77,62). Sum of RGB (Red+Green+Blue) = 118+77+62=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D3E is #89B2C1. Grayscale: #575757. Windows color (decimal): -9024194 or 4083062. OLE color: 4083062.

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

Color convert

RGB1187762-
CMYK00.350.470.54
HSL16.07º31.11%35.29%-
HSV(B)16.07º47.46%46.27%-
XYZ10.999.515.81-
YUV87.55113.58149.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=45.91%
G=29.96%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118776200.350.470.5416.0731.1135.29
Hex764D3E0232F36101f23
Octal166115760435766203743
Binary1110110100110111111001000111011111101101000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,62); }

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

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

 a { background-color: rgb(118,77,62); }

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

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

 span { border-color: rgb(118,77,62); }

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