Html Css Color HEX #6F3819 Peru Tan

📋 copy color: '#6F3819'

red 111 ◦ green 56 ◦ blue 25

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

Shades of Peru Tan #6F3819

Tints of Peru Tan #6F3819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.17%

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 57.81%
G = 29.17%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F3819 (or 0x6F3819) is known color: Peru Tan. HEX triplet: 6F, 38 and 19. RGB value is (111,56,25). Sum of RGB (Red+Green+Blue) = 111+56+25=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3819 is #90C7E6. Grayscale: #454545. Windows color (decimal): -9488359 or 1652847. OLE color: 1652847.

HSL color Cylindrical-coordinate representation of color #6F3819: hue angle of 21.63º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F3819 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 56 25 -
CMYK 0 0.50 0.77 0.56
HSL 21.63º 0.63% 0.27% -
HSV(B) 21.63º 0.77% 0.44% -
XYZ 8.15 6.28 1.7 -
YUV 68.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 111 56 25 0 0.50 0.77 0.56 21.63 0.63 0.27
Hex 6F 38 19 0 32 4D 38 16 3F 1B
Octal 157 70 31 0 62 115 70 26 77 33
Binary 1101111 111000 11001 0 110010 1001101 111000 10110 111111 11011

Color Harmonies of #6F3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3819

Black with #6F3819

Text Example


Text Example

White with #6F3819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,25); }

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

background-color css

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

 a { background-color: rgb(111,56,25); }

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

border-color css

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

 span { border-color: rgb(111,56,25); }

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