Html Css Color HEX #6F350C Peru Tan

📋 copy color: '#6F350C'

red 111 ◦ green 53 ◦ blue 12

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

Shades of Peru Tan #6F350C

Tints of Peru Tan #6F350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

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

R = 63.07%
G = 30.11%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F350C (or 0x6F350C) is known color: Peru Tan. HEX triplet: 6F, 35 and 0C. RGB value is (111,53,12). Sum of RGB (Red+Green+Blue) = 111+53+12=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F350C is #90CAF3. Grayscale: #414141. Windows color (decimal): -9489140 or 800111. OLE color: 800111.

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

Color convert

RGB 111 53 12 -
CMYK 0 0.52 0.89 0.56
HSL 24.85º 0.8% 0.24% -
HSV(B) 24.85º 0.89% 0.44% -
XYZ 7.9 5.95 1.08 -
YUV 65.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 111 53 12 0 0.52 0.89 0.56 24.85 0.8 0.24
Hex 6F 35 C 0 34 59 38 19 50 18
Octal 157 65 14 0 64 131 70 31 120 30
Binary 1101111 110101 1100 0 110100 1011001 111000 11001 1010000 11000

Color Harmonies of #6F350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F350C

Black with #6F350C

Text Example


Text Example

White with #6F350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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