Html Css Color HEX #6F3A11 Peru Tan

📋 copy color: '#6F3A11'

red 111 ◦ green 58 ◦ blue 17

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

Shades of Peru Tan #6F3A11

Tints of Peru Tan #6F3A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.18%

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 59.68%
G = 31.18%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F3A11 (or 0x6F3A11) is known color: Peru Tan. HEX triplet: 6F, 3A and 11. RGB value is (111,58,17). Sum of RGB (Red+Green+Blue) = 111+58+17=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3A11 is #90C5EE. Grayscale: #454545. Windows color (decimal): -9487855 or 1129071. OLE color: 1129071.

HSL color Cylindrical-coordinate representation of color #6F3A11: hue angle of 26.17º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F3A11 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 17 -
CMYK 0 0.48 0.85 0.56
HSL 26.17º 0.73% 0.25% -
HSV(B) 26.17º 0.85% 0.44% -
XYZ 8.17 6.45 1.34 -
YUV 69.17 98.56 157.83 -
System Red Green Blue C M Y K H S L
Decimal 111 58 17 0 0.48 0.85 0.56 26.17 0.73 0.25
Hex 6F 3A 11 0 30 55 38 1A 49 19
Octal 157 72 21 0 60 125 70 32 111 31
Binary 1101111 111010 10001 0 110000 1010101 111000 11010 1001001 11001

Color Harmonies of #6F3A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A11

Black with #6F3A11

Text Example


Text Example

White with #6F3A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,17); }

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

background-color css

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

 a { background-color: rgb(111,58,17); }

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

border-color css

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

 span { border-color: rgb(111,58,17); }

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