Html Css Color HEX #6F3614 Peru Tan

📋 copy color: '#6F3614'

red 111 ◦ green 54 ◦ blue 20

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

Shades of Peru Tan #6F3614

Tints of Peru Tan #6F3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 60%
G = 29.19%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F3614 (or 0x6F3614) is known color: Peru Tan. HEX triplet: 6F, 36 and 14. RGB value is (111,54,20). Sum of RGB (Red+Green+Blue) = 111+54+20=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3614 is #90C9EB. Grayscale: #434343. Windows color (decimal): -9488876 or 1324655. OLE color: 1324655.

HSL color Cylindrical-coordinate representation of color #6F3614: hue angle of 22.42º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F3614 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 20 -
CMYK 0 0.51 0.82 0.56
HSL 22.42º 0.69% 0.26% -
HSV(B) 22.42º 0.82% 0.44% -
XYZ 8 6.07 1.41 -
YUV 67.17 101.38 159.26 -
System Red Green Blue C M Y K H S L
Decimal 111 54 20 0 0.51 0.82 0.56 22.42 0.69 0.26
Hex 6F 36 14 0 33 52 38 16 45 1A
Octal 157 66 24 0 63 122 70 26 105 32
Binary 1101111 110110 10100 0 110011 1010010 111000 10110 1000101 11010

Color Harmonies of #6F3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3614

Black with #6F3614

Text Example


Text Example

White with #6F3614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,20); }

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

background-color css

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

 a { background-color: rgb(111,54,20); }

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

border-color css

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

 span { border-color: rgb(111,54,20); }

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