Html Css Color HEX #6D3A1D Peru Tan

📋 copy color: '#6D3A1D'

red 109 ◦ green 58 ◦ blue 29

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

Shades of Peru Tan #6D3A1D

Tints of Peru Tan #6D3A1D

RGB

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

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

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

R = 55.61%
G = 29.59%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D3A1D (or 0x6D3A1D) is known color: Peru Tan. HEX triplet: 6D, 3A and 1D. RGB value is (109,58,29). Sum of RGB (Red+Green+Blue) = 109+58+29=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A1D is #92C5E2. Grayscale: #464646. Windows color (decimal): -9618915 or 1915501. OLE color: 1915501.

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

Color convert

RGB 109 58 29 -
CMYK 0 0.47 0.73 0.57
HSL 21.75º 0.58% 0.27% -
HSV(B) 21.75º 0.73% 0.43% -
XYZ 8.04 6.37 1.97 -
YUV 69.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 109 58 29 0 0.47 0.73 0.57 21.75 0.58 0.27
Hex 6D 3A 1D 0 2F 49 39 16 3A 1B
Octal 155 72 35 0 57 111 71 26 72 33
Binary 1101101 111010 11101 0 101111 1001001 111001 10110 111010 11011

Color Harmonies of #6D3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3A1D

Black with #6D3A1D

Text Example


Text Example

White with #6D3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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