Html Css Color HEX #6D3511 Peru Tan

📋 copy color: '#6D3511'

red 109 ◦ green 53 ◦ blue 17

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

Shades of Peru Tan #6D3511

Tints of Peru Tan #6D3511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.61%

 BLUE value IS 17 (7.03% from 255) = 9.5%

R = 60.89%
G = 29.61%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D3511 (or 0x6D3511) is known color: Peru Tan. HEX triplet: 6D, 35 and 11. RGB value is (109,53,17). Sum of RGB (Red+Green+Blue) = 109+53+17=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3511 is #92CAEE. Grayscale: #414141. Windows color (decimal): -9620207 or 1127789. OLE color: 1127789.

HSL color Cylindrical-coordinate representation of color #6D3511: hue angle of 23.48º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D3511 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 53 17 -
CMYK 0 0.51 0.84 0.57
HSL 23.48º 0.73% 0.25% -
HSV(B) 23.48º 0.84% 0.43% -
XYZ 7.68 5.84 1.25 -
YUV 65.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 109 53 17 0 0.51 0.84 0.57 23.48 0.73 0.25
Hex 6D 35 11 0 33 54 39 17 49 19
Octal 155 65 21 0 63 124 71 27 111 31
Binary 1101101 110101 10001 0 110011 1010100 111001 10111 1001001 11001

Color Harmonies of #6D3511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3511

Black with #6D3511

Text Example


Text Example

White with #6D3511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,53,17); }

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

background-color css

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

 a { background-color: rgb(109,53,17); }

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

border-color css

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

 span { border-color: rgb(109,53,17); }

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