Html Css Color HEX #6F371D Peru Tan

📋 copy color: '#6F371D'

red 111 ◦ green 55 ◦ blue 29

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

Shades of Peru Tan #6F371D

Tints of Peru Tan #6F371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.21%

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 56.92%
G = 28.21%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F371D (or 0x6F371D) is known color: Peru Tan. HEX triplet: 6F, 37 and 1D. RGB value is (111,55,29). Sum of RGB (Red+Green+Blue) = 111+55+29=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F371D is #90C8E2. Grayscale: #444444. Windows color (decimal): -9488611 or 1914735. OLE color: 1914735.

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

Color convert

RGB 111 55 29 -
CMYK 0 0.50 0.74 0.56
HSL 19.02º 0.59% 0.27% -
HSV(B) 19.02º 0.74% 0.44% -
XYZ 8.14 6.2 1.93 -
YUV 68.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 111 55 29 0 0.50 0.74 0.56 19.02 0.59 0.27
Hex 6F 37 1D 0 32 4A 38 13 3B 1B
Octal 157 67 35 0 62 112 70 23 73 33
Binary 1101111 110111 11101 0 110010 1001010 111000 10011 111011 11011

Color Harmonies of #6F371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F371D

Black with #6F371D

Text Example


Text Example

White with #6F371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,29); }

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

background-color css

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

 a { background-color: rgb(111,55,29); }

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

border-color css

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

 span { border-color: rgb(111,55,29); }

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