Html Css Color HEX #6F3217 Peru Tan

📋 copy color: '#6F3217'

red 111 ◦ green 50 ◦ blue 23

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

Shades of Peru Tan #6F3217

Tints of Peru Tan #6F3217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 60.33%
G = 27.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F3217 (or 0x6F3217) is known color: Peru Tan. HEX triplet: 6F, 32 and 17. RGB value is (111,50,23). Sum of RGB (Red+Green+Blue) = 111+50+23=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3217 is #90CDE8. Grayscale: #414141. Windows color (decimal): -9489897 or 1520239. OLE color: 1520239.

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

Color convert

RGB 111 50 23 -
CMYK 0 0.55 0.79 0.56
HSL 18.41º 0.66% 0.26% -
HSV(B) 18.41º 0.79% 0.44% -
XYZ 7.85 5.72 1.5 -
YUV 65.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 111 50 23 0 0.55 0.79 0.56 18.41 0.66 0.26
Hex 6F 32 17 0 37 4F 38 12 42 1A
Octal 157 62 27 0 67 117 70 22 102 32
Binary 1101111 110010 10111 0 110111 1001111 111000 10010 1000010 11010

Color Harmonies of #6F3217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3217

Black with #6F3217

Text Example


Text Example

White with #6F3217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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