Html Css Color HEX #763610 Peru Tan

📋 copy color: '#763610'

red 118 ◦ green 54 ◦ blue 16

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

Shades of Peru Tan #763610

Tints of Peru Tan #763610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 62.77%
G = 28.72%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763610 (or 0x763610) is known color: Peru Tan. HEX triplet: 76, 36 and 10. RGB value is (118,54,16). Sum of RGB (Red+Green+Blue) = 118+54+16=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #763610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763610 is #89C9EF. Grayscale: #454545. Windows color (decimal): -9030128 or 1062518. OLE color: 1062518.

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

Color convert

RGB 118 54 16 -
CMYK 0 0.54 0.86 0.54
HSL 22.35º 0.76% 0.26% -
HSV(B) 22.35º 0.86% 0.46% -
XYZ 8.88 6.53 1.28 -
YUV 68.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 118 54 16 0 0.54 0.86 0.54 22.35 0.76 0.26
Hex 76 36 10 0 36 56 36 16 4C 1A
Octal 166 66 20 0 66 126 66 26 114 32
Binary 1110110 110110 10000 0 110110 1010110 110110 10110 1001100 11010

Color Harmonies of #763610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763610

Black with #763610

Text Example


Text Example

White with #763610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763610; }

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

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

background-color css

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

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

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

border-color css

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

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

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