#6F350F

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

Shades of Peru Tan #6F350F

Tints of Peru Tan #6F350F

Color information

#6F350F (or 0x6F350F) is unknown color: approx Peru Tan. HEX triplet: 6F, 35 and 0F. RGB value is (111,53,15). Sum of RGB (Red+Green+Blue) = 111+53+15=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F350F is #90CAF0. Grayscale: #424242. Windows color (decimal): -9489137 or 996719. OLE color: 996719.

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

Color convert

RGB1115315-
CMYK00.520.860.56
HSL23.75º76.19%24.71%-
HSV(B)23.75º86.49%43.53%-
XYZ7.915.961.19-
YUV66.0199.22160.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.01%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=62.01%
G=29.61%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111531500.520.860.5623.7576.1924.71
Hex6F35F0345638184c19
Octal1576517064126703011431
Binary110111111010111110110100101011011100011000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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