Html Css Color HEX #6F3711 Peru Tan

📋 copy color: '#6F3711'

red 111 ◦ green 55 ◦ blue 17

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

Shades of Peru Tan #6F3711

Tints of Peru Tan #6F3711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 60.66%
G = 30.05%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F3711 (or 0x6F3711) is known color: Peru Tan. HEX triplet: 6F, 37 and 11. RGB value is (111,55,17). Sum of RGB (Red+Green+Blue) = 111+55+17=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3711 is #90C8EE. Grayscale: #434343. Windows color (decimal): -9488623 or 1128303. OLE color: 1128303.

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

Color convert

RGB 111 55 17 -
CMYK 0 0.50 0.85 0.56
HSL 24.26º 0.73% 0.25% -
HSV(B) 24.26º 0.85% 0.44% -
XYZ 8.02 6.15 1.29 -
YUV 67.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 111 55 17 0 0.50 0.85 0.56 24.26 0.73 0.25
Hex 6F 37 11 0 32 55 38 18 49 19
Octal 157 67 21 0 62 125 70 30 111 31
Binary 1101111 110111 10001 0 110010 1010101 111000 11000 1001001 11001

Color Harmonies of #6F3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3711

Black with #6F3711

Text Example


Text Example

White with #6F3711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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