Html Css Color HEX #6F3E1C Peru Tan

📋 copy color: '#6F3E1C'

red 111 ◦ green 62 ◦ blue 28

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

Shades of Peru Tan #6F3E1C

Tints of Peru Tan #6F3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.85%

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 55.22%
G = 30.85%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6F3E1C (or 0x6F3E1C) is known color: Peru Tan. HEX triplet: 6F, 3E and 1C. RGB value is (111,62,28). Sum of RGB (Red+Green+Blue) = 111+62+28=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E1C is #90C1E3. Grayscale: #484848. Windows color (decimal): -9486820 or 1850991. OLE color: 1850991.

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

Color convert

RGB 111 62 28 -
CMYK 0 0.44 0.75 0.56
HSL 24.58º 0.6% 0.27% -
HSV(B) 24.58º 0.75% 0.44% -
XYZ 8.49 6.91 1.98 -
YUV 72.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 111 62 28 0 0.44 0.75 0.56 24.58 0.6 0.27
Hex 6F 3E 1C 0 2C 4B 38 19 3C 1B
Octal 157 76 34 0 54 113 70 31 74 33
Binary 1101111 111110 11100 0 101100 1001011 111000 11001 111100 11011

Color Harmonies of #6F3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E1C

Black with #6F3E1C

Text Example


Text Example

White with #6F3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,62,28); }

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

background-color css

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

 a { background-color: rgb(111,62,28); }

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

border-color css

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

 span { border-color: rgb(111,62,28); }

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