#6F3E1A

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

Shades of Peru Tan #6F3E1A

Tints of Peru Tan #6F3E1A

Color information

#6F3E1A (or 0x6F3E1A) is unknown color: approx Peru Tan. HEX triplet: 6F, 3E and 1A. RGB value is (111,62,26). Sum of RGB (Red+Green+Blue) = 111+62+26=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E1A is #90C1E5. Grayscale: #484848. Windows color (decimal): -9486822 or 1719919. OLE color: 1719919.

HSL color Cylindrical-coordinate representation of color #6F3E1A: hue angle of 25.41º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F3E1A is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1116226-
CMYK00.440.770.56
HSL25.41º62.04%26.86%-
HSV(B)25.41º76.58%43.53%-
XYZ8.466.91.86-
YUV72.55101.73155.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=55.78%
G=31.16%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111622600.440.770.5625.4162.0426.86
Hex6F3E1A02C4D38193e1b
Octal157763205411570317633
Binary110111111111011010010110010011011110001100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,62,26); }

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

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

 a { background-color: rgb(111,62,26); }

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

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

 span { border-color: rgb(111,62,26); }

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