#6B3516

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

Shades of Peru Tan #6B3516

Tints of Peru Tan #6B3516

Color information

#6B3516 (or 0x6B3516) is unknown color: approx Peru Tan. HEX triplet: 6B, 35 and 16. RGB value is (107,53,22). Sum of RGB (Red+Green+Blue) = 107+53+22=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3516 is #94CAE9. Grayscale: #414141. Windows color (decimal): -9751274 or 1455467. OLE color: 1455467.

HSL color Cylindrical-coordinate representation of color #6B3516: hue angle of 21.88º 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 #6B3516 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1075322-
CMYK00.500.790.58
HSL21.88º65.89%25.29%-
HSV(B)21.88º79.44%41.96%-
XYZ7.485.731.47-
YUV65.61103.39157.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.79%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=58.79%
G=29.12%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107532200.500.790.5821.8865.8925.29
Hex6B35160324F3A164219
Octal1536526062117722610231
Binary1101011110101101100110010100111111101010110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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