Html Css Color HEX #6F320D Peru Tan

📋 copy color: '#6F320D'

red 111 ◦ green 50 ◦ blue 13

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

Shades of Peru Tan #6F320D

Tints of Peru Tan #6F320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.47%

R = 63.79%
G = 28.74%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F320D (or 0x6F320D) is known color: Peru Tan. HEX triplet: 6F, 32 and 0D. RGB value is (111,50,13). Sum of RGB (Red+Green+Blue) = 111+50+13=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F320D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F320D is #90CDF2. Grayscale: #404040. Windows color (decimal): -9489907 or 864879. OLE color: 864879.

HSL color Cylindrical-coordinate representation of color #6F320D: hue angle of 22.65º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F320D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 50 13 -
CMYK 0 0.55 0.88 0.56
HSL 22.65º 0.79% 0.24% -
HSV(B) 22.65º 0.88% 0.44% -
XYZ 7.77 5.69 1.07 -
YUV 64.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 111 50 13 0 0.55 0.88 0.56 22.65 0.79 0.24
Hex 6F 32 D 0 37 58 38 17 4F 18
Octal 157 62 15 0 67 130 70 27 117 30
Binary 1101111 110010 1101 0 110111 1011000 111000 10111 1001111 11000

Color Harmonies of #6F320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F320D

Black with #6F320D

Text Example


Text Example

White with #6F320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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