Html Css Color HEX #6E371C Peru Tan

📋 copy color: '#6E371C'

red 110 ◦ green 55 ◦ blue 28

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

Shades of Peru Tan #6E371C

Tints of Peru Tan #6E371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 56.99%
G = 28.5%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E371C (or 0x6E371C) is known color: Peru Tan. HEX triplet: 6E, 37 and 1C. RGB value is (110,55,28). Sum of RGB (Red+Green+Blue) = 110+55+28=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E371C is #91C8E3. Grayscale: #444444. Windows color (decimal): -9554148 or 1849198. OLE color: 1849198.

HSL color Cylindrical-coordinate representation of color #6E371C: hue angle of 19.76º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E371C is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 55 28 -
CMYK 0 0.5 0.75 0.57
HSL 19.76º 0.59% 0.27% -
HSV(B) 19.76º 0.75% 0.43% -
XYZ 8.01 6.13 1.86 -
YUV 68.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 110 55 28 0 0.5 0.75 0.57 19.76 0.59 0.27
Hex 6E 37 1C 0 32 4B 39 14 3B 1B
Octal 156 67 34 0 62 113 71 24 73 33
Binary 1101110 110111 11100 0 110010 1001011 111001 10100 111011 11011

Color Harmonies of #6E371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E371C

Black with #6E371C

Text Example


Text Example

White with #6E371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,55,28); }

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

background-color css

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

 a { background-color: rgb(110,55,28); }

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

border-color css

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

 span { border-color: rgb(110,55,28); }

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