Html Css Color HEX #6F320F Peru Tan

📋 copy color: '#6F320F'

red 111 ◦ green 50 ◦ blue 15

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

Shades of Peru Tan #6F320F

Tints of Peru Tan #6F320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

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

R = 63.07%
G = 28.41%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F320F (or 0x6F320F) is known color: Peru Tan. HEX triplet: 6F, 32 and 0F. RGB value is (111,50,15). Sum of RGB (Red+Green+Blue) = 111+50+15=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F320F is #90CDF0. Grayscale: #404040. Windows color (decimal): -9489905 or 995951. OLE color: 995951.

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

Color convert

RGB 111 50 15 -
CMYK 0 0.55 0.86 0.56
HSL 21.88º 0.76% 0.25% -
HSV(B) 21.88º 0.86% 0.44% -
XYZ 7.78 5.7 1.14 -
YUV 64.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 111 50 15 0 0.55 0.86 0.56 21.88 0.76 0.25
Hex 6F 32 F 0 37 56 38 16 4C 19
Octal 157 62 17 0 67 126 70 26 114 31
Binary 1101111 110010 1111 0 110111 1010110 111000 10110 1001100 11001

Color Harmonies of #6F320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F320F

Black with #6F320F

Text Example


Text Example

White with #6F320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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