#6B3919

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

Shades of Peru Tan #6B3919

Tints of Peru Tan #6B3919

Color information

#6B3919 (or 0x6B3919) is unknown color: approx Peru Tan. HEX triplet: 6B, 39 and 19. RGB value is (107,57,25). Sum of RGB (Red+Green+Blue) = 107+57+25=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3919 is #94C6E6. Grayscale: #444444. Windows color (decimal): -9750247 or 1653099. OLE color: 1653099.

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

Color convert

RGB1075725-
CMYK00.470.770.58
HSL23.41º62.12%25.88%-
HSV(B)23.41º76.64%41.96%-
XYZ7.76.121.7-
YUV68.3103.56155.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=56.61%
G=30.16%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107572500.470.770.5823.4162.1225.88
Hex6B391902F4D3A173e1a
Octal153713105711572277632
Binary110101111100111001010111110011011110101011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,57,25); }

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

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

 a { background-color: rgb(107,57,25); }

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

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

 span { border-color: rgb(107,57,25); }

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