Html Css Color HEX #6D3A1E Peru Tan

📋 copy color: '#6D3A1E'

red 109 ◦ green 58 ◦ blue 30

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

Shades of Peru Tan #6D3A1E

Tints of Peru Tan #6D3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

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

R = 55.33%
G = 29.44%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D3A1E (or 0x6D3A1E) is known color: Peru Tan. HEX triplet: 6D, 3A and 1E. RGB value is (109,58,30). Sum of RGB (Red+Green+Blue) = 109+58+30=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A1E is #92C5E1. Grayscale: #464646. Windows color (decimal): -9618914 or 1981037. OLE color: 1981037.

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

Color convert

RGB 109 58 30 -
CMYK 0 0.47 0.72 0.57
HSL 21.27º 0.57% 0.27% -
HSV(B) 21.27º 0.72% 0.43% -
XYZ 8.05 6.37 2.03 -
YUV 70.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 109 58 30 0 0.47 0.72 0.57 21.27 0.57 0.27
Hex 6D 3A 1E 0 2F 48 39 15 39 1B
Octal 155 72 36 0 57 110 71 25 71 33
Binary 1101101 111010 11110 0 101111 1001000 111001 10101 111001 11011

Color Harmonies of #6D3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3A1E

Black with #6D3A1E

Text Example


Text Example

White with #6D3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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