Html Css Color HEX #6F3F1D Peru Tan

📋 copy color: '#6F3F1D'

red 111 ◦ green 63 ◦ blue 29

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

Shades of Peru Tan #6F3F1D

Tints of Peru Tan #6F3F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 31.03%

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 54.68%
G = 31.03%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6F3F1D (or 0x6F3F1D) is known color: Peru Tan. HEX triplet: 6F, 3F and 1D. RGB value is (111,63,29). Sum of RGB (Red+Green+Blue) = 111+63+29=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F1D is #90C0E2. Grayscale: #494949. Windows color (decimal): -9486563 or 1916783. OLE color: 1916783.

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

Color convert

RGB 111 63 29 -
CMYK 0 0.43 0.74 0.56
HSL 24.88º 0.59% 0.27% -
HSV(B) 24.88º 0.74% 0.44% -
XYZ 8.55 7.02 2.07 -
YUV 73.48 102.9 154.76 -
System Red Green Blue C M Y K H S L
Decimal 111 63 29 0 0.43 0.74 0.56 24.88 0.59 0.27
Hex 6F 3F 1D 0 2B 4A 38 19 3B 1B
Octal 157 77 35 0 53 112 70 31 73 33
Binary 1101111 111111 11101 0 101011 1001010 111000 11001 111011 11011

Color Harmonies of #6F3F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F1D

Black with #6F3F1D

Text Example


Text Example

White with #6F3F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,63,29); }

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

background-color css

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

 a { background-color: rgb(111,63,29); }

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

border-color css

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

 span { border-color: rgb(111,63,29); }

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