Html Css Color HEX #764015 Peru Tan

📋 copy color: '#764015'

red 118 ◦ green 64 ◦ blue 21

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

Shades of Peru Tan #764015

Tints of Peru Tan #764015

RGB

 RED value IS 118 (46.48% from 255) = 58.13%

 GREEN value IS 64 (25.39% from 255) = 31.53%

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 58.13%
G = 31.53%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#764015 (or 0x764015) is known color: Peru Tan. HEX triplet: 76, 40 and 15. RGB value is (118,64,21). Sum of RGB (Red+Green+Blue) = 118+64+21=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764015 is #89BFEA. Grayscale: #4B4B4B. Windows color (decimal): -9027563 or 1392758. OLE color: 1392758.

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

Color convert

RGB 118 64 21 -
CMYK 0 0.46 0.82 0.54
HSL 26.6º 0.7% 0.27% -
HSV(B) 26.6º 0.82% 0.46% -
XYZ 9.44 7.57 1.67 -
YUV 75.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 118 64 21 0 0.46 0.82 0.54 26.6 0.7 0.27
Hex 76 40 15 0 2E 52 36 1B 46 1B
Octal 166 100 25 0 56 122 66 33 106 33
Binary 1110110 1000000 10101 0 101110 1010010 110110 11011 1000110 11011

Color Harmonies of #764015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764015

Black with #764015

Text Example


Text Example

White with #764015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764015; }

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

 H1.HeaderClassName
 {
   color: #764015;
 }
 .AnyTagClassName
 {
   color: #764015;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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