Html Css Color HEX #6F2F0F Peru Tan

📋 copy color: '#6F2F0F'

red 111 ◦ green 47 ◦ blue 15

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

Shades of Peru Tan #6F2F0F

Tints of Peru Tan #6F2F0F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.17%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 64.16%
G = 27.17%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F2F0F (or 0x6F2F0F) is known color: Peru Tan. HEX triplet: 6F, 2F and 0F. RGB value is (111,47,15). Sum of RGB (Red+Green+Blue) = 111+47+15=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2F0F is #90D0F0. Grayscale: #3E3E3E. Windows color (decimal): -9490673 or 995183. OLE color: 995183.

HSL color Cylindrical-coordinate representation of color #6F2F0F: hue angle of 20º degrees, saturation: 0.76, 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 #6F2F0F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 47 15 -
CMYK 0 0.58 0.86 0.56
HSL 20º 0.76% 0.25% -
HSV(B) 20º 0.86% 0.44% -
XYZ 7.66 5.45 1.1 -
YUV 62.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 111 47 15 0 0.58 0.86 0.56 20 0.76 0.25
Hex 6F 2F F 0 3A 56 38 14 4C 19
Octal 157 57 17 0 72 126 70 24 114 31
Binary 1101111 101111 1111 0 111010 1010110 111000 10100 1001100 11001

Color Harmonies of #6F2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F0F

Black with #6F2F0F

Text Example


Text Example

White with #6F2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,47,15); }

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

background-color css

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

 a { background-color: rgb(111,47,15); }

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

border-color css

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

 span { border-color: rgb(111,47,15); }

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