Html Css Color HEX #6F3917 Peru Tan

📋 copy color: '#6F3917'

red 111 ◦ green 57 ◦ blue 23

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

Shades of Peru Tan #6F3917

Tints of Peru Tan #6F3917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

 BLUE value IS 23 (9.38% from 255) = 12.04%

R = 58.12%
G = 29.84%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F3917 (or 0x6F3917) is known color: Peru Tan. HEX triplet: 6F, 39 and 17. RGB value is (111,57,23). Sum of RGB (Red+Green+Blue) = 111+57+23=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3917 is #90C6E8. Grayscale: #454545. Windows color (decimal): -9488105 or 1522031. OLE color: 1522031.

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

Color convert

RGB 111 57 23 -
CMYK 0 0.49 0.79 0.56
HSL 23.18º 0.66% 0.26% -
HSV(B) 23.18º 0.79% 0.44% -
XYZ 8.17 6.37 1.61 -
YUV 69.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 111 57 23 0 0.49 0.79 0.56 23.18 0.66 0.26
Hex 6F 39 17 0 31 4F 38 17 42 1A
Octal 157 71 27 0 61 117 70 27 102 32
Binary 1101111 111001 10111 0 110001 1001111 111000 10111 1000010 11010

Color Harmonies of #6F3917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3917

Black with #6F3917

Text Example


Text Example

White with #6F3917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,57,23); }

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

background-color css

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

 a { background-color: rgb(111,57,23); }

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

border-color css

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

 span { border-color: rgb(111,57,23); }

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