Html Css Color HEX #6F3610 Peru Tan

📋 copy color: '#6F3610'

red 111 ◦ green 54 ◦ blue 16

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

Shades of Peru Tan #6F3610

Tints of Peru Tan #6F3610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

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

R = 61.33%
G = 29.83%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F3610 (or 0x6F3610) is known color: Peru Tan. HEX triplet: 6F, 36 and 10. RGB value is (111,54,16). Sum of RGB (Red+Green+Blue) = 111+54+16=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3610 is #90C9EF. Grayscale: #424242. Windows color (decimal): -9488880 or 1062511. OLE color: 1062511.

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

Color convert

RGB 111 54 16 -
CMYK 0 0.51 0.86 0.56
HSL 24º 0.75% 0.25% -
HSV(B) 24º 0.86% 0.44% -
XYZ 7.97 6.06 1.24 -
YUV 66.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 111 54 16 0 0.51 0.86 0.56 24 0.75 0.25
Hex 6F 36 10 0 33 56 38 18 4B 19
Octal 157 66 20 0 63 126 70 30 113 31
Binary 1101111 110110 10000 0 110011 1010110 111000 11000 1001011 11001

Color Harmonies of #6F3610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3610

Black with #6F3610

Text Example


Text Example

White with #6F3610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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