#6F3511

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

Shades of Peru Tan #6F3511

Tints of Peru Tan #6F3511

Color information

#6F3511 (or 0x6F3511) is unknown color: approx Peru Tan. HEX triplet: 6F, 35 and 11. RGB value is (111,53,17). Sum of RGB (Red+Green+Blue) = 111+53+17=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3511 is #90CAEE. Grayscale: #424242. Windows color (decimal): -9489135 or 1127791. OLE color: 1127791.

HSL color Cylindrical-coordinate representation of color #6F3511: hue angle of 22.98º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F3511 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1115317-
CMYK00.520.850.56
HSL22.98º73.44%25.1%-
HSV(B)22.98º84.68%43.53%-
XYZ7.935.971.26-
YUV66.24100.22159.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.33%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=61.33%
G=29.28%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111531700.520.850.5622.9873.4425.1
Hex6F35110345538174919
Octal1576521064125702711131
Binary1101111110101100010110100101010111100010111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,17); }

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

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

 a { background-color: rgb(111,53,17); }

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

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

 span { border-color: rgb(111,53,17); }

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