#6B3418

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

Shades of Peru Tan #6B3418

Tints of Peru Tan #6B3418

Color information

#6B3418 (or 0x6B3418) is unknown color: approx Peru Tan. HEX triplet: 6B, 34 and 18. RGB value is (107,52,24). Sum of RGB (Red+Green+Blue) = 107+52+24=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3418 is #94CBE7. Grayscale: #414141. Windows color (decimal): -9751528 or 1586283. OLE color: 1586283.

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

Color convert

RGB1075224-
CMYK00.510.780.58
HSL20.24º63.36%25.69%-
HSV(B)20.24º77.57%41.96%-
XYZ7.465.651.56-
YUV65.25104.72157.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.47%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=58.47%
G=28.42%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107522400.510.780.5820.2463.3625.69
Hex6B34180334E3A143f1a
Octal153643006311672247732
Binary110101111010011000011001110011101110101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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