#6F370A

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

Shades of Peru Tan #6F370A

Tints of Peru Tan #6F370A

Color information

#6F370A (or 0x6F370A) is unknown color: approx Peru Tan. HEX triplet: 6F, 37 and 0A. RGB value is (111,55,10). Sum of RGB (Red+Green+Blue) = 111+55+10=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F370A is #90C8F5. Grayscale: #424242. Windows color (decimal): -9488630 or 669551. OLE color: 669551.

HSL color Cylindrical-coordinate representation of color #6F370A: hue angle of 26.73º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F370A is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1115510-
CMYK00.500.910.56
HSL26.73º83.47%23.73%-
HSV(B)26.73º90.99%43.53%-
XYZ7.986.131.05-
YUV66.6196.05159.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.07%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=63.07%
G=31.25%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111551000.500.910.5626.7383.4723.73
Hex6F37A0325B381b5318
Octal1576712062133703312330
Binary110111111011110100110010101101111100011011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,10); }

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

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

 a { background-color: rgb(111,55,10); }

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

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

 span { border-color: rgb(111,55,10); }

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