#6B3813

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

Shades of Peru Tan #6B3813

Tints of Peru Tan #6B3813

Color information

#6B3813 (or 0x6B3813) is unknown color: approx Peru Tan. HEX triplet: 6B, 38 and 13. RGB value is (107,56,19). Sum of RGB (Red+Green+Blue) = 107+56+19=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3813 is #94C7EC. Grayscale: #434343. Windows color (decimal): -9750509 or 1259627. OLE color: 1259627.

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

Color convert

RGB1075619-
CMYK00.480.820.58
HSL25.23º69.84%24.71%-
HSV(B)25.23º82.24%41.96%-
XYZ7.661.37-
YUV67.03100.9156.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.79%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 19 (7.81% from 255) = 10.44%
R=58.79%
G=30.77%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107561900.480.820.5825.2369.8424.71
Hex6B3813030523A194619
Octal1537023060122723110631
Binary1101011111000100110110000101001011101011001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,56,19); }

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

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

 a { background-color: rgb(107,56,19); }

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

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

 span { border-color: rgb(107,56,19); }

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