Html Css Color HEX #6F3411 Peru Tan

📋 copy color: '#6F3411'

red 111 ◦ green 52 ◦ blue 17

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

Shades of Peru Tan #6F3411

Tints of Peru Tan #6F3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

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

R = 61.67%
G = 28.89%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F3411 (or 0x6F3411) is known color: Peru Tan. HEX triplet: 6F, 34 and 11. RGB value is (111,52,17). Sum of RGB (Red+Green+Blue) = 111+52+17=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3411 is #90CBEE. Grayscale: #414141. Windows color (decimal): -9489391 or 1127535. OLE color: 1127535.

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

Color convert

RGB 111 52 17 -
CMYK 0 0.53 0.85 0.56
HSL 22.34º 0.73% 0.25% -
HSV(B) 22.34º 0.85% 0.44% -
XYZ 7.88 5.88 1.25 -
YUV 65.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 111 52 17 0 0.53 0.85 0.56 22.34 0.73 0.25
Hex 6F 34 11 0 35 55 38 16 49 19
Octal 157 64 21 0 65 125 70 26 111 31
Binary 1101111 110100 10001 0 110101 1010101 111000 10110 1001001 11001

Color Harmonies of #6F3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3411

Black with #6F3411

Text Example


Text Example

White with #6F3411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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