Html Css Color HEX #6F3413 Peru Tan

📋 copy color: '#6F3413'

red 111 ◦ green 52 ◦ blue 19

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

Shades of Peru Tan #6F3413

Tints of Peru Tan #6F3413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 60.99%
G = 28.57%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#6F3413 (or 0x6F3413) is known color: Peru Tan. HEX triplet: 6F, 34 and 13. RGB value is (111,52,19). Sum of RGB (Red+Green+Blue) = 111+52+19=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3413 is #90CBEC. Grayscale: #424242. Windows color (decimal): -9489389 or 1258607. OLE color: 1258607.

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

Color convert

RGB 111 52 19 -
CMYK 0 0.53 0.83 0.56
HSL 21.52º 0.71% 0.25% -
HSV(B) 21.52º 0.83% 0.44% -
XYZ 7.9 5.88 1.34 -
YUV 65.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 111 52 19 0 0.53 0.83 0.56 21.52 0.71 0.25
Hex 6F 34 13 0 35 53 38 16 47 19
Octal 157 64 23 0 65 123 70 26 107 31
Binary 1101111 110100 10011 0 110101 1010011 111000 10110 1000111 11001

Color Harmonies of #6F3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3413

Black with #6F3413

Text Example


Text Example

White with #6F3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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