#6A3816

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

Shades of Peru Tan #6A3816

Tints of Peru Tan #6A3816

Color information

#6A3816 (or 0x6A3816) is unknown color: approx Peru Tan. HEX triplet: 6A, 38 and 16. RGB value is (106,56,22). Sum of RGB (Red+Green+Blue) = 106+56+22=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3816 is #95C7E9. Grayscale: #434343. Windows color (decimal): -9816042 or 1456234. OLE color: 1456234.

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

Color convert

RGB1065622-
CMYK00.470.790.58
HSL24.29º65.62%25.1%-
HSV(B)24.29º79.25%41.57%-
XYZ7.55.951.51-
YUV67.07102.56155.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.61%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=57.61%
G=30.43%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106562200.470.790.5824.2965.6225.1
Hex6A381602F4F3A184219
Octal1527026057117723010231
Binary1101010111000101100101111100111111101011000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,22); }

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

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

 a { background-color: rgb(106,56,22); }

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

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

 span { border-color: rgb(106,56,22); }

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