#6B3416

Color #6B3416 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #6B3416

Tints of Peru Tan #6B3416

Color information

#6B3416 (or 0x6B3416) is unknown color: approx Peru Tan. HEX triplet: 6B, 34 and 16. RGB value is (107,52,22). Sum of RGB (Red+Green+Blue) = 107+52+22=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3416 is #94CBE9. Grayscale: #414141. Windows color (decimal): -9751530 or 1455211. OLE color: 1455211.

HSL color Cylindrical-coordinate representation of color #6B3416: hue angle of 21.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B3416 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1075222-
CMYK00.510.790.58
HSL21.18º65.89%25.29%-
HSV(B)21.18º79.44%41.96%-
XYZ7.445.641.46-
YUV65.02103.72157.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.12%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=59.12%
G=28.73%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107522200.510.790.5821.1865.8925.29
Hex6B34160334F3A154219
Octal1536426063117722510231
Binary1101011110100101100110011100111111101010101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,22); }

 H1.HeaderClassName
 {
   color: #6B3416;
 }
 .AnyTagClassName
 {
   color: #6B3416;
 }
</style>
background-color css

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

 a { background-color: rgb(107,52,22); }

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

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

 span { border-color: rgb(107,52,22); }

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