#6F360B

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

Shades of Peru Tan #6F360B

Tints of Peru Tan #6F360B

Color information

#6F360B (or 0x6F360B) is unknown color: approx Peru Tan. HEX triplet: 6F, 36 and 0B. RGB value is (111,54,11). Sum of RGB (Red+Green+Blue) = 111+54+11=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F360B is #90C9F4. Grayscale: #424242. Windows color (decimal): -9488885 or 734831. OLE color: 734831.

HSL color Cylindrical-coordinate representation of color #6F360B: hue angle of 25.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F360B is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1115411-
CMYK00.510.900.56
HSL25.8º81.97%23.92%-
HSV(B)25.8º90.09%43.53%-
XYZ7.946.041.06-
YUV66.1496.88160-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=63.07%
G=30.68%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111541100.510.900.5625.881.9723.92
Hex6F36B0335A381a5218
Octal1576613063132703212230
Binary110111111011010110110011101101011100011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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