Html Css Color HEX #764016 Peru Tan

📋 copy color: '#764016'

red 118 ◦ green 64 ◦ blue 22

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

Shades of Peru Tan #764016

Tints of Peru Tan #764016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 57.84%
G = 31.37%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#764016 (or 0x764016) is known color: Peru Tan. HEX triplet: 76, 40 and 16. RGB value is (118,64,22). Sum of RGB (Red+Green+Blue) = 118+64+22=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #764016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764016 is #89BFE9. Grayscale: #4B4B4B. Windows color (decimal): -9027562 or 1458294. OLE color: 1458294.

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

Color convert

RGB 118 64 22 -
CMYK 0 0.46 0.81 0.54
HSL 26.25º 0.69% 0.27% -
HSV(B) 26.25º 0.81% 0.46% -
XYZ 9.45 7.58 1.72 -
YUV 75.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 118 64 22 0 0.46 0.81 0.54 26.25 0.69 0.27
Hex 76 40 16 0 2E 51 36 1A 45 1B
Octal 166 100 26 0 56 121 66 32 105 33
Binary 1110110 1000000 10110 0 101110 1010001 110110 11010 1000101 11011

Color Harmonies of #764016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764016

Black with #764016

Text Example


Text Example

White with #764016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764016; }

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

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

background-color css

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

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

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

border-color css

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

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

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