#764B40

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

Shades of Nutmeg #764B40

Tints of Nutmeg #764B40

Color information

#764B40 (or 0x764B40) is unknown color: approx Nutmeg. HEX triplet: 76, 4B and 40. RGB value is (118,75,64). Sum of RGB (Red+Green+Blue) = 118+75+64=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B40 is #89B4BF. Grayscale: #565656. Windows color (decimal): -9024704 or 4213622. OLE color: 4213622.

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

Color convert

RGB1187564-
CMYK00.360.460.54
HSL12.22º29.67%35.69%-
HSV(B)12.22º45.76%46.27%-
XYZ10.919.256.06-
YUV86.6115.25150.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=45.91%
G=29.18%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118756400.360.460.5412.2229.6735.69
Hex764B400242E36c1e24
Octal1661131000445666143644
Binary1110110100101110000000100100101110110110110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,75,64); }

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

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

 a { background-color: rgb(118,75,64); }

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

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

 span { border-color: rgb(118,75,64); }

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