Html Css Color HEX #6D3F1E Peru Tan

📋 copy color: '#6D3F1E'

red 109 ◦ green 63 ◦ blue 30

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

Shades of Peru Tan #6D3F1E

Tints of Peru Tan #6D3F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

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

R = 53.96%
G = 31.19%
B = 14.85%

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

#6D3F1E (or 0x6D3F1E) is known color: Peru Tan. HEX triplet: 6D, 3F and 1E. RGB value is (109,63,30). Sum of RGB (Red+Green+Blue) = 109+63+30=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F1E is #92C0E1. Grayscale: #494949. Windows color (decimal): -9617634 or 1982317. OLE color: 1982317.

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

Color convert

RGB 109 63 30 -
CMYK 0 0.42 0.72 0.57
HSL 25.06º 0.57% 0.27% -
HSV(B) 25.06º 0.72% 0.43% -
XYZ 8.32 6.9 2.12 -
YUV 72.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 109 63 30 0 0.42 0.72 0.57 25.06 0.57 0.27
Hex 6D 3F 1E 0 2A 48 39 19 39 1B
Octal 155 77 36 0 52 110 71 31 71 33
Binary 1101101 111111 11110 0 101010 1001000 111001 11001 111001 11011

Color Harmonies of #6D3F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3F1E

Black with #6D3F1E

Text Example


Text Example

White with #6D3F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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