Html Css Color HEX #6F401C Peru Tan

📋 copy color: '#6F401C'

red 111 ◦ green 64 ◦ blue 28

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

Shades of Peru Tan #6F401C

Tints of Peru Tan #6F401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 54.68%
G = 31.53%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F401C (or 0x6F401C) is known color: Peru Tan. HEX triplet: 6F, 40 and 1C. RGB value is (111,64,28). Sum of RGB (Red+Green+Blue) = 111+64+28=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F401C is #90BFE3. Grayscale: #4A4A4A. Windows color (decimal): -9486308 or 1851503. OLE color: 1851503.

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

Color convert

RGB 111 64 28 -
CMYK 0 0.42 0.75 0.56
HSL 26.02º 0.6% 0.27% -
HSV(B) 26.02º 0.75% 0.44% -
XYZ 8.6 7.13 2.02 -
YUV 73.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 111 64 28 0 0.42 0.75 0.56 26.02 0.6 0.27
Hex 6F 40 1C 0 2A 4B 38 1A 3C 1B
Octal 157 100 34 0 52 113 70 32 74 33
Binary 1101111 1000000 11100 0 101010 1001011 111000 11010 111100 11011

Color Harmonies of #6F401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F401C

Black with #6F401C

Text Example


Text Example

White with #6F401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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