Html Css Color HEX #6F3B1F Peru Tan

📋 copy color: '#6F3B1F'

red 111 ◦ green 59 ◦ blue 31

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

Shades of Peru Tan #6F3B1F

Tints of Peru Tan #6F3B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

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

R = 55.22%
G = 29.35%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F3B1F (or 0x6F3B1F) is known color: Peru Tan. HEX triplet: 6F, 3B and 1F. RGB value is (111,59,31). Sum of RGB (Red+Green+Blue) = 111+59+31=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B1F is #90C4E0. Grayscale: #474747. Windows color (decimal): -9487585 or 2046831. OLE color: 2046831.

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

Color convert

RGB 111 59 31 -
CMYK 0 0.47 0.72 0.56
HSL 21º 0.56% 0.28% -
HSV(B) 21º 0.72% 0.44% -
XYZ 8.37 6.61 2.13 -
YUV 71.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 111 59 31 0 0.47 0.72 0.56 21 0.56 0.28
Hex 6F 3B 1F 0 2F 48 38 15 38 1C
Octal 157 73 37 0 57 110 70 25 70 34
Binary 1101111 111011 11111 0 101111 1001000 111000 10101 111000 11100

Color Harmonies of #6F3B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B1F

Black with #6F3B1F

Text Example


Text Example

White with #6F3B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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