Html Css Color HEX #763611 Peru Tan

📋 copy color: '#763611'

red 118 ◦ green 54 ◦ blue 17

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

Shades of Peru Tan #763611

Tints of Peru Tan #763611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 62.43%
G = 28.57%
B = 8.99%

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

#763611 (or 0x763611) is known color: Peru Tan. HEX triplet: 76, 36 and 11. RGB value is (118,54,17). Sum of RGB (Red+Green+Blue) = 118+54+17=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #763611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763611 is #89C9EE. Grayscale: #454545. Windows color (decimal): -9030127 or 1128054. OLE color: 1128054.

HSL color Cylindrical-coordinate representation of color #763611: hue angle of 21.98º degrees, saturation: 0.75, 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 #763611 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 17 -
CMYK 0 0.54 0.86 0.54
HSL 21.98º 0.75% 0.26% -
HSV(B) 21.98º 0.86% 0.46% -
XYZ 8.89 6.53 1.32 -
YUV 68.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 118 54 17 0 0.54 0.86 0.54 21.98 0.75 0.26
Hex 76 36 11 0 36 56 36 16 4B 1A
Octal 166 66 21 0 66 126 66 26 113 32
Binary 1110110 110110 10001 0 110110 1010110 110110 10110 1001011 11010

Color Harmonies of #763611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763611

Black with #763611

Text Example


Text Example

White with #763611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763611; }

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

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

background-color css

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

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

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

border-color css

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

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

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