Html Css Color HEX #764636 Peanut

📋 copy color: '#764636'

red 118 ◦ green 70 ◦ blue 54

#764636
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peanut #764636

Tints of Peanut #764636

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 value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#764636 (or 0x764636) is known color: 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

RGB 118 70 54 -
CMYK 0 0.41 0.54 0.54
HSL 15º 0.37% 0.34% -
HSV(B) 15º 0.54% 0.46% -
XYZ 10.33 8.5 4.59 -
YUV 82.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 118 70 54 0 0.41 0.54 0.54 15 0.37 0.34
Hex 76 46 36 0 29 36 36 F 25 22
Octal 166 106 66 0 51 66 66 17 45 42
Binary 1110110 1000110 110110 0 101001 110110 110110 1111 100101 100010

Color Harmonies of #764636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764636

Black with #764636

Text Example


Text Example

White with #764636

Text Example


Text Example

HTML Codes & Css Web 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>