Html Css Color HEX #6F3715 Peru Tan

📋 copy color: '#6F3715'

red 111 ◦ green 55 ◦ blue 21

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

Shades of Peru Tan #6F3715

Tints of Peru Tan #6F3715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 59.36%
G = 29.41%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F3715 (or 0x6F3715) is known color: Peru Tan. HEX triplet: 6F, 37 and 15. RGB value is (111,55,21). Sum of RGB (Red+Green+Blue) = 111+55+21=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3715 is #90C8EA. Grayscale: #444444. Windows color (decimal): -9488619 or 1390447. OLE color: 1390447.

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

Color convert

RGB 111 55 21 -
CMYK 0 0.50 0.81 0.56
HSL 22.67º 0.68% 0.26% -
HSV(B) 22.67º 0.81% 0.44% -
XYZ 8.06 6.17 1.47 -
YUV 67.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 111 55 21 0 0.50 0.81 0.56 22.67 0.68 0.26
Hex 6F 37 15 0 32 51 38 17 44 1A
Octal 157 67 25 0 62 121 70 27 104 32
Binary 1101111 110111 10101 0 110010 1010001 111000 10111 1000100 11010

Color Harmonies of #6F3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3715

Black with #6F3715

Text Example


Text Example

White with #6F3715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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