Html Css Color HEX #6D3D1F Peru Tan

📋 copy color: '#6D3D1F'

red 109 ◦ green 61 ◦ blue 31

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

Shades of Peru Tan #6D3D1F

Tints of Peru Tan #6D3D1F

RGB

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

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

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

R = 54.23%
G = 30.35%
B = 15.42%

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

#6D3D1F (or 0x6D3D1F) is known color: Peru Tan. HEX triplet: 6D, 3D and 1F. RGB value is (109,61,31). Sum of RGB (Red+Green+Blue) = 109+61+31=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D1F is #92C2E0. Grayscale: #484848. Windows color (decimal): -9618145 or 2047341. OLE color: 2047341.

HSL color Cylindrical-coordinate representation of color #6D3D1F: hue angle of 23.08º degrees, saturation: 0.56, 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 #6D3D1F is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 61 31 -
CMYK 0 0.44 0.72 0.57
HSL 23.08º 0.56% 0.27% -
HSV(B) 23.08º 0.72% 0.43% -
XYZ 8.22 6.69 2.15 -
YUV 71.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 109 61 31 0 0.44 0.72 0.57 23.08 0.56 0.27
Hex 6D 3D 1F 0 2C 48 39 17 38 1B
Octal 155 75 37 0 54 110 71 27 70 33
Binary 1101101 111101 11111 0 101100 1001000 111001 10111 111000 11011

Color Harmonies of #6D3D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D1F

Black with #6D3D1F

Text Example


Text Example

White with #6D3D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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