#6F360E

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

Shades of Peru Tan #6F360E

Tints of Peru Tan #6F360E

Color information

#6F360E (or 0x6F360E) is unknown color: approx Peru Tan. HEX triplet: 6F, 36 and 0E. RGB value is (111,54,14). Sum of RGB (Red+Green+Blue) = 111+54+14=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F360E is #90C9F1. Grayscale: #424242. Windows color (decimal): -9488882 or 931439. OLE color: 931439.

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

Color convert

RGB1115414-
CMYK00.510.870.56
HSL24.74º77.6%24.51%-
HSV(B)24.74º87.39%43.53%-
XYZ7.956.051.16-
YUV66.4898.38159.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=62.01%
G=30.17%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111541400.510.870.5624.7477.624.51
Hex6F36E0335738194e19
Octal1576616063127703111631
Binary110111111011011100110011101011111100011001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,14); }

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

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

 a { background-color: rgb(111,54,14); }

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

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

 span { border-color: rgb(111,54,14); }

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