Html Css Color HEX #6F2D12 Peru Tan

📋 copy color: '#6F2D12'

red 111 ◦ green 45 ◦ blue 18

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

Shades of Peru Tan #6F2D12

Tints of Peru Tan #6F2D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 63.79%
G = 25.86%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F2D12 (or 0x6F2D12) is known color: Peru Tan. HEX triplet: 6F, 2D and 12. RGB value is (111,45,18). Sum of RGB (Red+Green+Blue) = 111+45+18=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2D12 is #90D2ED. Grayscale: #3D3D3D. Windows color (decimal): -9491182 or 1191279. OLE color: 1191279.

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

Color convert

RGB 111 45 18 -
CMYK 0 0.59 0.84 0.56
HSL 17.42º 0.72% 0.25% -
HSV(B) 17.42º 0.84% 0.44% -
XYZ 7.6 5.3 1.19 -
YUV 61.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 111 45 18 0 0.59 0.84 0.56 17.42 0.72 0.25
Hex 6F 2D 12 0 3B 54 38 11 48 19
Octal 157 55 22 0 73 124 70 21 110 31
Binary 1101111 101101 10010 0 111011 1010100 111000 10001 1001000 11001

Color Harmonies of #6F2D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2D12

Black with #6F2D12

Text Example


Text Example

White with #6F2D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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