Html Css Color HEX #6F361C Peru Tan

📋 copy color: '#6F361C'

red 111 ◦ green 54 ◦ blue 28

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

Shades of Peru Tan #6F361C

Tints of Peru Tan #6F361C

RGB

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

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

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

R = 57.51%
G = 27.98%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F361C (or 0x6F361C) is known color: Peru Tan. HEX triplet: 6F, 36 and 1C. RGB value is (111,54,28). Sum of RGB (Red+Green+Blue) = 111+54+28=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F361C is #90C9E3. Grayscale: #444444. Windows color (decimal): -9488868 or 1848943. OLE color: 1848943.

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

Color convert

RGB 111 54 28 -
CMYK 0 0.51 0.75 0.56
HSL 18.8º 0.6% 0.27% -
HSV(B) 18.8º 0.75% 0.44% -
XYZ 8.08 6.1 1.85 -
YUV 68.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 111 54 28 0 0.51 0.75 0.56 18.8 0.6 0.27
Hex 6F 36 1C 0 33 4B 38 13 3C 1B
Octal 157 66 34 0 63 113 70 23 74 33
Binary 1101111 110110 11100 0 110011 1001011 111000 10011 111100 11011

Color Harmonies of #6F361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F361C

Black with #6F361C

Text Example


Text Example

White with #6F361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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