Html Css Color HEX #6F401F Peru Tan

📋 copy color: '#6F401F'

red 111 ◦ green 64 ◦ blue 31

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

Shades of Peru Tan #6F401F

Tints of Peru Tan #6F401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 53.88%
G = 31.07%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F401F (or 0x6F401F) is known color: Peru Tan. HEX triplet: 6F, 40 and 1F. RGB value is (111,64,31). Sum of RGB (Red+Green+Blue) = 111+64+31=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F401F is #90BFE0. Grayscale: #4A4A4A. Windows color (decimal): -9486305 or 2048111. OLE color: 2048111.

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

Color convert

RGB 111 64 31 -
CMYK 0 0.42 0.72 0.56
HSL 24.75º 0.56% 0.28% -
HSV(B) 24.75º 0.72% 0.44% -
XYZ 8.64 7.15 2.22 -
YUV 74.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 111 64 31 0 0.42 0.72 0.56 24.75 0.56 0.28
Hex 6F 40 1F 0 2A 48 38 19 38 1C
Octal 157 100 37 0 52 110 70 31 70 34
Binary 1101111 1000000 11111 0 101010 1001000 111000 11001 111000 11100

Color Harmonies of #6F401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F401F

Black with #6F401F

Text Example


Text Example

White with #6F401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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