Html Css Color HEX #6F3A1F Peru Tan

📋 copy color: '#6F3A1F'

red 111 ◦ green 58 ◦ blue 31

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

Shades of Peru Tan #6F3A1F

Tints of Peru Tan #6F3A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 55.5%
G = 29%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F3A1F (or 0x6F3A1F) is known color: Peru Tan. HEX triplet: 6F, 3A and 1F. RGB value is (111,58,31). Sum of RGB (Red+Green+Blue) = 111+58+31=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A1F is #90C5E0. Grayscale: #464646. Windows color (decimal): -9487841 or 2046575. OLE color: 2046575.

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

Color convert

RGB 111 58 31 -
CMYK 0 0.48 0.72 0.56
HSL 20.25º 0.56% 0.28% -
HSV(B) 20.25º 0.72% 0.44% -
XYZ 8.32 6.5 2.11 -
YUV 70.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 111 58 31 0 0.48 0.72 0.56 20.25 0.56 0.28
Hex 6F 3A 1F 0 30 48 38 14 38 1C
Octal 157 72 37 0 60 110 70 24 70 34
Binary 1101111 111010 11111 0 110000 1001000 111000 10100 111000 11100

Color Harmonies of #6F3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A1F

Black with #6F3A1F

Text Example


Text Example

White with #6F3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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