Html Css Color HEX #6F360E Peru Tan

📋 copy color: '#6F360E'

red 111 ◦ green 54 ◦ blue 14

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

Shades of Peru Tan #6F360E

Tints of Peru Tan #6F360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 62.01%
G = 30.17%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F360E (or 0x6F360E) is known color: Peru Tan. HEX triplet: 6F, 36 and 0E. RGB value is (111,54,14). Sum of RGB (Red+Green+Blue) = 111+54+14=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F360E is #90C9F1. Grayscale: #424242. Windows color (decimal): -9488882 or 931439. OLE color: 931439.

HSL color Cylindrical-coordinate representation of color #6F360E: hue angle of 24.74º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F360E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 14 -
CMYK 0 0.51 0.87 0.56
HSL 24.74º 0.78% 0.25% -
HSV(B) 24.74º 0.87% 0.44% -
XYZ 7.95 6.05 1.16 -
YUV 66.48 98.38 159.75 -
System Red Green Blue C M Y K H S L
Decimal 111 54 14 0 0.51 0.87 0.56 24.74 0.78 0.25
Hex 6F 36 E 0 33 57 38 19 4E 19
Octal 157 66 16 0 63 127 70 31 116 31
Binary 1101111 110110 1110 0 110011 1010111 111000 11001 1001110 11001

Color Harmonies of #6F360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F360E

Black with #6F360E

Text Example


Text Example

White with #6F360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,14); }

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

background-color css

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

 a { background-color: rgb(111,54,14); }

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

border-color css

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

 span { border-color: rgb(111,54,14); }

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