Html Css Color HEX #6D3D16 Peru Tan

📋 copy color: '#6D3D16'

red 109 ◦ green 61 ◦ blue 22

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

Shades of Peru Tan #6D3D16

Tints of Peru Tan #6D3D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.77%

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

R = 56.77%
G = 31.77%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D3D16 (or 0x6D3D16) is known color: Peru Tan. HEX triplet: 6D, 3D and 16. RGB value is (109,61,22). Sum of RGB (Red+Green+Blue) = 109+61+22=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3D16 is #92C2E9. Grayscale: #474747. Windows color (decimal): -9618154 or 1457517. OLE color: 1457517.

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

Color convert

RGB 109 61 22 -
CMYK 0 0.44 0.80 0.57
HSL 26.9º 0.66% 0.26% -
HSV(B) 26.9º 0.8% 0.43% -
XYZ 8.12 6.65 1.61 -
YUV 70.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 109 61 22 0 0.44 0.80 0.57 26.9 0.66 0.26
Hex 6D 3D 16 0 2C 50 39 1B 42 1A
Octal 155 75 26 0 54 120 71 33 102 32
Binary 1101101 111101 10110 0 101100 1010000 111001 11011 1000010 11010

Color Harmonies of #6D3D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D16

Black with #6D3D16

Text Example


Text Example

White with #6D3D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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