#764B3E

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

Shades of Nutmeg #764B3E

Tints of Nutmeg #764B3E

Color information

#764B3E (or 0x764B3E) is unknown color: approx Nutmeg. HEX triplet: 76, 4B and 3E. RGB value is (118,75,62). Sum of RGB (Red+Green+Blue) = 118+75+62=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B3E is #89B4C1. Grayscale: #565656. Windows color (decimal): -9024706 or 4082550. OLE color: 4082550.

HSL color Cylindrical-coordinate representation of color #764B3E: hue angle of 13.93º 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 #764B3E is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1187562-
CMYK00.360.470.54
HSL13.93º31.11%35.29%-
HSV(B)13.93º47.46%46.27%-
XYZ10.869.235.77-
YUV86.37114.25150.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=46.27%
G=29.41%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118756200.360.470.5413.9331.1135.29
Hex764B3E0242F36e1f23
Octal166113760445766163743
Binary111011010010111111100100100101111110110111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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