Html Css Color HEX #6F401D Peru Tan

📋 copy color: '#6F401D'

red 111 ◦ green 64 ◦ blue 29

#6F401D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru Tan #6F401D

Tints of Peru Tan #6F401D

RGB

 RED value IS 111 (43.75% from 255) = 54.41%

 GREEN value IS 64 (25.39% from 255) = 31.37%

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 54.41%
G = 31.37%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F401D (or 0x6F401D) is known color: Peru Tan. HEX triplet: 6F, 40 and 1D. RGB value is (111,64,29). Sum of RGB (Red+Green+Blue) = 111+64+29=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F401D is #90BFE2. Grayscale: #4A4A4A. Windows color (decimal): -9486307 or 1917039. OLE color: 1917039.

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

Color convert

RGB 111 64 29 -
CMYK 0 0.42 0.74 0.56
HSL 25.61º 0.59% 0.27% -
HSV(B) 25.61º 0.74% 0.44% -
XYZ 8.61 7.14 2.09 -
YUV 74.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 111 64 29 0 0.42 0.74 0.56 25.61 0.59 0.27
Hex 6F 40 1D 0 2A 4A 38 1A 3B 1B
Octal 157 100 35 0 52 112 70 32 73 33
Binary 1101111 1000000 11101 0 101010 1001010 111000 11010 111011 11011

Color Harmonies of #6F401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F401D

Black with #6F401D

Text Example


Text Example

White with #6F401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,29); }

 H1.HeaderClassName
 {
   color: #6F401D;
 }
 .AnyTagClassName
 {
   color: #6F401D;
 }
</style>

background-color css

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

 a { background-color: rgb(111,64,29); }

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

border-color css

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

 span { border-color: rgb(111,64,29); }

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