Html Css Color HEX #6F3A1C Peru Tan

📋 copy color: '#6F3A1C'

red 111 ◦ green 58 ◦ blue 28

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

Shades of Peru Tan #6F3A1C

Tints of Peru Tan #6F3A1C

RGB

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

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

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

R = 56.35%
G = 29.44%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F3A1C (or 0x6F3A1C) is known color: Peru Tan. HEX triplet: 6F, 3A and 1C. RGB value is (111,58,28). Sum of RGB (Red+Green+Blue) = 111+58+28=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A1C is #90C5E3. Grayscale: #464646. Windows color (decimal): -9487844 or 1849967. OLE color: 1849967.

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

Color convert

RGB 111 58 28 -
CMYK 0 0.48 0.75 0.56
HSL 21.69º 0.6% 0.27% -
HSV(B) 21.69º 0.75% 0.44% -
XYZ 8.28 6.49 1.91 -
YUV 70.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 111 58 28 0 0.48 0.75 0.56 21.69 0.6 0.27
Hex 6F 3A 1C 0 30 4B 38 16 3C 1B
Octal 157 72 34 0 60 113 70 26 74 33
Binary 1101111 111010 11100 0 110000 1001011 111000 10110 111100 11011

Color Harmonies of #6F3A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A1C

Black with #6F3A1C

Text Example


Text Example

White with #6F3A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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