Html Css Color HEX #6F390E Peru Tan

📋 copy color: '#6F390E'

red 111 ◦ green 57 ◦ blue 14

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

Shades of Peru Tan #6F390E

Tints of Peru Tan #6F390E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 60.99%
G = 31.32%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F390E (or 0x6F390E) is known color: Peru Tan. HEX triplet: 6F, 39 and 0E. RGB value is (111,57,14). Sum of RGB (Red+Green+Blue) = 111+57+14=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F390E is #90C6F1. Grayscale: #444444. Windows color (decimal): -9488114 or 932207. OLE color: 932207.

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

Color convert

RGB 111 57 14 -
CMYK 0 0.49 0.87 0.56
HSL 26.6º 0.78% 0.25% -
HSV(B) 26.6º 0.87% 0.44% -
XYZ 8.1 6.34 1.21 -
YUV 68.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 111 57 14 0 0.49 0.87 0.56 26.6 0.78 0.25
Hex 6F 39 E 0 31 57 38 1B 4E 19
Octal 157 71 16 0 61 127 70 33 116 31
Binary 1101111 111001 1110 0 110001 1010111 111000 11011 1001110 11001

Color Harmonies of #6F390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F390E

Black with #6F390E

Text Example


Text Example

White with #6F390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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