Html Css Color HEX #6D3313 Peru Tan

📋 copy color: '#6D3313'

red 109 ◦ green 51 ◦ blue 19

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

Shades of Peru Tan #6D3313

Tints of Peru Tan #6D3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 60.89%
G = 28.49%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D3313 (or 0x6D3313) is known color: Peru Tan. HEX triplet: 6D, 33 and 13. RGB value is (109,51,19). Sum of RGB (Red+Green+Blue) = 109+51+19=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3313 is #92CCEC. Grayscale: #404040. Windows color (decimal): -9620717 or 1258349. OLE color: 1258349.

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

Color convert

RGB 109 51 19 -
CMYK 0 0.53 0.83 0.57
HSL 21.33º 0.7% 0.25% -
HSV(B) 21.33º 0.83% 0.43% -
XYZ 7.61 5.67 1.31 -
YUV 64.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 109 51 19 0 0.53 0.83 0.57 21.33 0.7 0.25
Hex 6D 33 13 0 35 53 39 15 46 19
Octal 155 63 23 0 65 123 71 25 106 31
Binary 1101101 110011 10011 0 110101 1010011 111001 10101 1000110 11001

Color Harmonies of #6D3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3313

Black with #6D3313

Text Example


Text Example

White with #6D3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,51,19); }

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

background-color css

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

 a { background-color: rgb(109,51,19); }

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

border-color css

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

 span { border-color: rgb(109,51,19); }

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