Html Css Color HEX #6F3617 Peru Tan

📋 copy color: '#6F3617'

red 111 ◦ green 54 ◦ blue 23

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

Shades of Peru Tan #6F3617

Tints of Peru Tan #6F3617

RGB

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

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

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

R = 59.04%
G = 28.72%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F3617 (or 0x6F3617) is known color: Peru Tan. HEX triplet: 6F, 36 and 17. RGB value is (111,54,23). Sum of RGB (Red+Green+Blue) = 111+54+23=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3617 is #90C9E8. Grayscale: #434343. Windows color (decimal): -9488873 or 1521263. OLE color: 1521263.

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

Color convert

RGB 111 54 23 -
CMYK 0 0.51 0.79 0.56
HSL 21.14º 0.66% 0.26% -
HSV(B) 21.14º 0.79% 0.44% -
XYZ 8.03 6.08 1.56 -
YUV 67.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 111 54 23 0 0.51 0.79 0.56 21.14 0.66 0.26
Hex 6F 36 17 0 33 4F 38 15 42 1A
Octal 157 66 27 0 63 117 70 25 102 32
Binary 1101111 110110 10111 0 110011 1001111 111000 10101 1000010 11010

Color Harmonies of #6F3617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3617

Black with #6F3617

Text Example


Text Example

White with #6F3617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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