Html Css Color HEX #6F2D10 Peru Tan

📋 copy color: '#6F2D10'

red 111 ◦ green 45 ◦ blue 16

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

Shades of Peru Tan #6F2D10

Tints of Peru Tan #6F2D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.16%

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 64.53%
G = 26.16%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F2D10 (or 0x6F2D10) is known color: Peru Tan. HEX triplet: 6F, 2D and 10. RGB value is (111,45,16). Sum of RGB (Red+Green+Blue) = 111+45+16=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2D10 is #90D2EF. Grayscale: #3D3D3D. Windows color (decimal): -9491184 or 1060207. OLE color: 1060207.

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

Color convert

RGB 111 45 16 -
CMYK 0 0.59 0.86 0.56
HSL 18.32º 0.75% 0.25% -
HSV(B) 18.32º 0.86% 0.44% -
XYZ 7.59 5.29 1.11 -
YUV 61.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 111 45 16 0 0.59 0.86 0.56 18.32 0.75 0.25
Hex 6F 2D 10 0 3B 56 38 12 4B 19
Octal 157 55 20 0 73 126 70 22 113 31
Binary 1101111 101101 10000 0 111011 1010110 111000 10010 1001011 11001

Color Harmonies of #6F2D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2D10

Black with #6F2D10

Text Example


Text Example

White with #6F2D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,45,16); }

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

background-color css

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

 a { background-color: rgb(111,45,16); }

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

border-color css

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

 span { border-color: rgb(111,45,16); }

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