#6C3B1B

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

Shades of Peru Tan #6C3B1B

Tints of Peru Tan #6C3B1B

Color information

#6C3B1B (or 0x6C3B1B) is unknown color: approx Peru Tan. HEX triplet: 6C, 3B and 1B. RGB value is (108,59,27). Sum of RGB (Red+Green+Blue) = 108+59+27=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3B1B is #93C4E4. Grayscale: #464646. Windows color (decimal): -9684197 or 1784684. OLE color: 1784684.

HSL color Cylindrical-coordinate representation of color #6C3B1B: hue angle of 23.7º 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 #6C3B1B is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1085927-
CMYK00.450.750.58
HSL23.7º60%26.47%-
HSV(B)23.7º75%42.35%-
XYZ7.956.41.85-
YUV70103.73155.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.67%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=55.67%
G=30.41%
B=13.92%

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
Decimal108592700.450.750.5823.76026.47
Hex6C3B1B02D4B3A183c1a
Octal154733305511372307432
Binary110110011101111011010110110010111110101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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