Html Css Color HEX #6F361A Peru Tan

📋 copy color: '#6F361A'

red 111 ◦ green 54 ◦ blue 26

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

Shades of Peru Tan #6F361A

Tints of Peru Tan #6F361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.27%

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 58.12%
G = 28.27%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F361A (or 0x6F361A) is known color: Peru Tan. HEX triplet: 6F, 36 and 1A. RGB value is (111,54,26). Sum of RGB (Red+Green+Blue) = 111+54+26=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F361A is #90C9E5. Grayscale: #444444. Windows color (decimal): -9488870 or 1717871. OLE color: 1717871.

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

Color convert

RGB 111 54 26 -
CMYK 0 0.51 0.77 0.56
HSL 19.76º 0.62% 0.27% -
HSV(B) 19.76º 0.77% 0.44% -
XYZ 8.06 6.09 1.73 -
YUV 67.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 111 54 26 0 0.51 0.77 0.56 19.76 0.62 0.27
Hex 6F 36 1A 0 33 4D 38 14 3E 1B
Octal 157 66 32 0 63 115 70 24 76 33
Binary 1101111 110110 11010 0 110011 1001101 111000 10100 111110 11011

Color Harmonies of #6F361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F361A

Black with #6F361A

Text Example


Text Example

White with #6F361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,26); }

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

background-color css

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

 a { background-color: rgb(111,54,26); }

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

border-color css

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

 span { border-color: rgb(111,54,26); }

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