#6B3616

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

Shades of Peru Tan #6B3616

Tints of Peru Tan #6B3616

Color information

#6B3616 (or 0x6B3616) is unknown color: approx Peru Tan. HEX triplet: 6B, 36 and 16. RGB value is (107,54,22). Sum of RGB (Red+Green+Blue) = 107+54+22=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3616 is #94C9E9. Grayscale: #424242. Windows color (decimal): -9751018 or 1455723. OLE color: 1455723.

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

Color convert

RGB1075422-
CMYK00.500.790.58
HSL22.59º65.89%25.29%-
HSV(B)22.59º79.44%41.96%-
XYZ7.535.821.49-
YUV66.2103.06157.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.47%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=58.47%
G=29.51%
B=12.02%

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
Decimal107542200.500.790.5822.5965.8925.29
Hex6B36160324F3A174219
Octal1536626062117722710231
Binary1101011110110101100110010100111111101010111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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