#6B3B1B

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

Shades of Peru Tan #6B3B1B

Tints of Peru Tan #6B3B1B

Color information

#6B3B1B (or 0x6B3B1B) is unknown color: approx Peru Tan. HEX triplet: 6B, 3B and 1B. RGB value is (107,59,27). Sum of RGB (Red+Green+Blue) = 107+59+27=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B1B is #94C4E4. Grayscale: #454545. Windows color (decimal): -9749733 or 1784683. OLE color: 1784683.

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

Color convert

RGB1075927-
CMYK00.450.750.58
HSL24º59.7%26.27%-
HSV(B)24º74.77%41.96%-
XYZ7.836.331.85-
YUV69.7103.9154.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.44%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=55.44%
G=30.57%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107592700.450.750.582459.726.27
Hex6B3B1B02D4B3A183c1a
Octal153733305511372307432
Binary110101111101111011010110110010111110101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,59,27); }

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

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

 a { background-color: rgb(107,59,27); }

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

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

 span { border-color: rgb(107,59,27); }

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