#764638

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

Shades of Peanut #764638

Tints of Peanut #764638

Color information

#764638 (or 0x764638) is unknown color: approx Peanut. HEX triplet: 76, 46 and 38. RGB value is (118,70,56). Sum of RGB (Red+Green+Blue) = 118+70+56=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #764638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764638 is #89B9C7. Grayscale: #525252. Windows color (decimal): -9025992 or 3688054. OLE color: 3688054.

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

Color convert

RGB1187056-
CMYK00.410.530.54
HSL13.55º35.63%34.12%-
HSV(B)13.55º52.54%46.27%-
XYZ10.388.524.84-
YUV82.76112.9153.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=48.36%
G=28.69%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118705600.410.530.5413.5535.6334.12
Hex7646380293536e2422
Octal166106700516566164442
Binary1110110100011011100001010011101011101101110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764638; }

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

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

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

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

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

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

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

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