Html Css Color HEX #6F340C Peru Tan

📋 copy color: '#6F340C'

red 111 ◦ green 52 ◦ blue 12

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

Shades of Peru Tan #6F340C

Tints of Peru Tan #6F340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 63.43%
G = 29.71%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F340C (or 0x6F340C) is known color: Peru Tan. HEX triplet: 6F, 34 and 0C. RGB value is (111,52,12). Sum of RGB (Red+Green+Blue) = 111+52+12=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F340C is #90CBF3. Grayscale: #414141. Windows color (decimal): -9489396 or 799855. OLE color: 799855.

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

Color convert

RGB 111 52 12 -
CMYK 0 0.53 0.89 0.56
HSL 24.24º 0.8% 0.24% -
HSV(B) 24.24º 0.89% 0.44% -
XYZ 7.85 5.86 1.07 -
YUV 65.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 111 52 12 0 0.53 0.89 0.56 24.24 0.8 0.24
Hex 6F 34 C 0 35 59 38 18 50 18
Octal 157 64 14 0 65 131 70 30 120 30
Binary 1101111 110100 1100 0 110101 1011001 111000 11000 1010000 11000

Color Harmonies of #6F340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F340C

Black with #6F340C

Text Example


Text Example

White with #6F340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,12); }

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

background-color css

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

 a { background-color: rgb(111,52,12); }

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

border-color css

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

 span { border-color: rgb(111,52,12); }

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