Html Css Color HEX #6D3516 Peru Tan

📋 copy color: '#6D3516'

red 109 ◦ green 53 ◦ blue 22

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

Shades of Peru Tan #6D3516

Tints of Peru Tan #6D3516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.96%

R = 59.24%
G = 28.8%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D3516 (or 0x6D3516) is known color: Peru Tan. HEX triplet: 6D, 35 and 16. RGB value is (109,53,22). Sum of RGB (Red+Green+Blue) = 109+53+22=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3516 is #92CAE9. Grayscale: #424242. Windows color (decimal): -9620202 or 1455469. OLE color: 1455469.

HSL color Cylindrical-coordinate representation of color #6D3516: hue angle of 21.38º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D3516 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 53 22 -
CMYK 0 0.51 0.80 0.57
HSL 21.38º 0.66% 0.26% -
HSV(B) 21.38º 0.8% 0.43% -
XYZ 7.72 5.86 1.48 -
YUV 66.21 103.05 158.52 -
System Red Green Blue C M Y K H S L
Decimal 109 53 22 0 0.51 0.80 0.57 21.38 0.66 0.26
Hex 6D 35 16 0 33 50 39 15 42 1A
Octal 155 65 26 0 63 120 71 25 102 32
Binary 1101101 110101 10110 0 110011 1010000 111001 10101 1000010 11010

Color Harmonies of #6D3516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3516

Black with #6D3516

Text Example


Text Example

White with #6D3516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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