Html Css Color HEX #6F350D Peru Tan

📋 copy color: '#6F350D'

red 111 ◦ green 53 ◦ blue 13

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

Shades of Peru Tan #6F350D

Tints of Peru Tan #6F350D

RGB

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

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

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

R = 62.71%
G = 29.94%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F350D (or 0x6F350D) is known color: Peru Tan. HEX triplet: 6F, 35 and 0D. RGB value is (111,53,13). Sum of RGB (Red+Green+Blue) = 111+53+13=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F350D is #90CAF2. Grayscale: #424242. Windows color (decimal): -9489139 or 865647. OLE color: 865647.

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

Color convert

RGB 111 53 13 -
CMYK 0 0.52 0.88 0.56
HSL 24.49º 0.79% 0.24% -
HSV(B) 24.49º 0.88% 0.44% -
XYZ 7.9 5.95 1.11 -
YUV 65.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 111 53 13 0 0.52 0.88 0.56 24.49 0.79 0.24
Hex 6F 35 D 0 34 58 38 18 4F 18
Octal 157 65 15 0 64 130 70 30 117 30
Binary 1101111 110101 1101 0 110100 1011000 111000 11000 1001111 11000

Color Harmonies of #6F350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F350D

Black with #6F350D

Text Example


Text Example

White with #6F350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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