Html Css Color HEX #6E401F Peru Tan

📋 copy color: '#6E401F'

red 110 ◦ green 64 ◦ blue 31

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

Shades of Peru Tan #6E401F

Tints of Peru Tan #6E401F

RGB

 RED value IS 110 (43.36% from 255) = 53.66%

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

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 53.66%
G = 31.22%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E401F (or 0x6E401F) is known color: Peru Tan. HEX triplet: 6E, 40 and 1F. RGB value is (110,64,31). Sum of RGB (Red+Green+Blue) = 110+64+31=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E401F is #91BFE0. Grayscale: #4A4A4A. Windows color (decimal): -9551841 or 2048110. OLE color: 2048110.

HSL color Cylindrical-coordinate representation of color #6E401F: hue angle of 25.06º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E401F is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 64 31 -
CMYK 0 0.42 0.72 0.57
HSL 25.06º 0.56% 0.28% -
HSV(B) 25.06º 0.72% 0.43% -
XYZ 8.51 7.08 2.21 -
YUV 73.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 110 64 31 0 0.42 0.72 0.57 25.06 0.56 0.28
Hex 6E 40 1F 0 2A 48 39 19 38 1C
Octal 156 100 37 0 52 110 71 31 70 34
Binary 1101110 1000000 11111 0 101010 1001000 111001 11001 111000 11100

Color Harmonies of #6E401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E401F

Black with #6E401F

Text Example


Text Example

White with #6E401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E401F; }

 p { color: rgb(110,64,31); }

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

background-color css

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

 a { background-color: rgb(110,64,31); }

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

border-color css

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

 span { border-color: rgb(110,64,31); }

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