#764636

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

Shades of Peanut #764636

Tints of Peanut #764636

Color information

#764636 (or 0x764636) is unknown color: approx Peanut. HEX triplet: 76, 46 and 36. RGB value is (118,70,54). Sum of RGB (Red+Green+Blue) = 118+70+54=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764636 is #89B9C9. Grayscale: #525252. Windows color (decimal): -9025994 or 3556982. OLE color: 3556982.

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

Color convert

RGB1187054-
CMYK00.410.540.54
HSL15º37.21%33.73%-
HSV(B)15º54.24%46.27%-
XYZ10.338.54.59-
YUV82.53111.9153.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=48.76%
G=28.93%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118705400.410.540.541537.2133.73
Hex7646360293636f2522
Octal166106660516666174542
Binary1110110100011011011001010011101101101101111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764636; }

 p { color: rgb(118,70,54); }

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

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

 a { background-color: rgb(118,70,54); }

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

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

 span { border-color: rgb(118,70,54); }

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