Html Css Color HEX #6D3D1E Peru Tan

📋 copy color: '#6D3D1E'

red 109 ◦ green 61 ◦ blue 30

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

Shades of Peru Tan #6D3D1E

Tints of Peru Tan #6D3D1E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.5%

 BLUE value IS 30 (12.11% from 255) = 15%

R = 54.5%
G = 30.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D3D1E (or 0x6D3D1E) is known color: Peru Tan. HEX triplet: 6D, 3D and 1E. RGB value is (109,61,30). Sum of RGB (Red+Green+Blue) = 109+61+30=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D1E is #92C2E1. Grayscale: #474747. Windows color (decimal): -9618146 or 1981805. OLE color: 1981805.

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

Color convert

RGB 109 61 30 -
CMYK 0 0.44 0.72 0.57
HSL 23.54º 0.57% 0.27% -
HSV(B) 23.54º 0.72% 0.43% -
XYZ 8.21 6.68 2.09 -
YUV 71.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 109 61 30 0 0.44 0.72 0.57 23.54 0.57 0.27
Hex 6D 3D 1E 0 2C 48 39 18 39 1B
Octal 155 75 36 0 54 110 71 30 71 33
Binary 1101101 111101 11110 0 101100 1001000 111001 11000 111001 11011

Color Harmonies of #6D3D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D1E

Black with #6D3D1E

Text Example


Text Example

White with #6D3D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,30); }

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

background-color css

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

 a { background-color: rgb(109,61,30); }

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

border-color css

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

 span { border-color: rgb(109,61,30); }

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