#6B3C17

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

Shades of Peru Tan #6B3C17

Tints of Peru Tan #6B3C17

Color information

#6B3C17 (or 0x6B3C17) is unknown color: approx Peru Tan. HEX triplet: 6B, 3C and 17. RGB value is (107,60,23). Sum of RGB (Red+Green+Blue) = 107+60+23=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3C17 is #94C3E8. Grayscale: #464646. Windows color (decimal): -9749481 or 1522795. OLE color: 1522795.

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

Color convert

RGB1076023-
CMYK00.440.790.58
HSL26.43º64.62%25.49%-
HSV(B)26.43º78.5%41.96%-
XYZ7.836.421.64-
YUV69.83101.57154.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=56.32%
G=31.58%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107602300.440.790.5826.4364.6225.49
Hex6B3C1702C4F3A1a4119
Octal1537427054117723210131
Binary1101011111100101110101100100111111101011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,23); }

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

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

 a { background-color: rgb(107,60,23); }

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

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

 span { border-color: rgb(107,60,23); }

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