Html Css Color HEX #6D391D Peru Tan

📋 copy color: '#6D391D'

red 109 ◦ green 57 ◦ blue 29

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

Shades of Peru Tan #6D391D

Tints of Peru Tan #6D391D

RGB

 RED value IS 109 (42.97% from 255) = 55.9%

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 55.9%
G = 29.23%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D391D (or 0x6D391D) is known color: Peru Tan. HEX triplet: 6D, 39 and 1D. RGB value is (109,57,29). Sum of RGB (Red+Green+Blue) = 109+57+29=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D391D is #92C6E2. Grayscale: #454545. Windows color (decimal): -9619171 or 1915245. OLE color: 1915245.

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

Color convert

RGB 109 57 29 -
CMYK 0 0.48 0.73 0.57
HSL 21º 0.58% 0.27% -
HSV(B) 21º 0.73% 0.43% -
XYZ 7.99 6.27 1.95 -
YUV 69.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 109 57 29 0 0.48 0.73 0.57 21 0.58 0.27
Hex 6D 39 1D 0 30 49 39 15 3A 1B
Octal 155 71 35 0 60 111 71 25 72 33
Binary 1101101 111001 11101 0 110000 1001001 111001 10101 111010 11011

Color Harmonies of #6D391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D391D

Black with #6D391D

Text Example


Text Example

White with #6D391D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,57,29); }

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

background-color css

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

 a { background-color: rgb(109,57,29); }

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

border-color css

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

 span { border-color: rgb(109,57,29); }

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