Html Css Color HEX #6F3017 Peru Tan

📋 copy color: '#6F3017'

red 111 ◦ green 48 ◦ blue 23

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

Shades of Peru Tan #6F3017

Tints of Peru Tan #6F3017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

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

R = 60.99%
G = 26.37%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#6F3017 (or 0x6F3017) is known color: Peru Tan. HEX triplet: 6F, 30 and 17. RGB value is (111,48,23). Sum of RGB (Red+Green+Blue) = 111+48+23=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3017 is #90CFE8. Grayscale: #404040. Windows color (decimal): -9490409 or 1519727. OLE color: 1519727.

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

Color convert

RGB 111 48 23 -
CMYK 0 0.57 0.79 0.56
HSL 17.05º 0.66% 0.26% -
HSV(B) 17.05º 0.79% 0.44% -
XYZ 7.77 5.56 1.47 -
YUV 63.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 111 48 23 0 0.57 0.79 0.56 17.05 0.66 0.26
Hex 6F 30 17 0 39 4F 38 11 42 1A
Octal 157 60 27 0 71 117 70 21 102 32
Binary 1101111 110000 10111 0 111001 1001111 111000 10001 1000010 11010

Color Harmonies of #6F3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3017

Black with #6F3017

Text Example


Text Example

White with #6F3017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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