Html Css Color HEX #6F411F Peru Tan

📋 copy color: '#6F411F'

red 111 ◦ green 65 ◦ blue 31

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

Shades of Peru Tan #6F411F

Tints of Peru Tan #6F411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

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

R = 53.62%
G = 31.4%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F411F (or 0x6F411F) is known color: Peru Tan. HEX triplet: 6F, 41 and 1F. RGB value is (111,65,31). Sum of RGB (Red+Green+Blue) = 111+65+31=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F411F is #90BEE0. Grayscale: #4B4B4B. Windows color (decimal): -9486049 or 2048367. OLE color: 2048367.

HSL color Cylindrical-coordinate representation of color #6F411F: hue angle of 25.5º 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 #6F411F is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 31 -
CMYK 0 0.41 0.72 0.56
HSL 25.5º 0.56% 0.28% -
HSV(B) 25.5º 0.72% 0.44% -
XYZ 8.69 7.26 2.24 -
YUV 74.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 111 65 31 0 0.41 0.72 0.56 25.5 0.56 0.28
Hex 6F 41 1F 0 29 48 38 1A 38 1C
Octal 157 101 37 0 51 110 70 32 70 34
Binary 1101111 1000001 11111 0 101001 1001000 111000 11010 111000 11100

Color Harmonies of #6F411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F411F

Black with #6F411F

Text Example


Text Example

White with #6F411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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