Html Css Color HEX #6E3016 Peru Tan

📋 copy color: '#6E3016'

red 110 ◦ green 48 ◦ blue 22

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

Shades of Peru Tan #6E3016

Tints of Peru Tan #6E3016

RGB

 RED value IS 110 (43.36% from 255) = 61.11%

 GREEN value IS 48 (19.14% from 255) = 26.67%

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 61.11%
G = 26.67%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#6E3016 (or 0x6E3016) is known color: Peru Tan. HEX triplet: 6E, 30 and 16. RGB value is (110,48,22). Sum of RGB (Red+Green+Blue) = 110+48+22=180 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.11% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3016 is #91CFE9. Grayscale: #3F3F3F. Windows color (decimal): -9555946 or 1454190. OLE color: 1454190.

HSL color Cylindrical-coordinate representation of color #6E3016: hue angle of 17.73º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E3016 is Cyan = 0, Magento = 0.56, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 48 22 -
CMYK 0 0.56 0.8 0.57
HSL 17.73º 0.67% 0.26% -
HSV(B) 17.73º 0.8% 0.43% -
XYZ 7.63 5.49 1.42 -
YUV 63.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 110 48 22 0 0.56 0.8 0.57 17.73 0.67 0.26
Hex 6E 30 16 0 38 50 39 12 43 1A
Octal 156 60 26 0 70 120 71 22 103 32
Binary 1101110 110000 10110 0 111000 1010000 111001 10010 1000011 11010

Color Harmonies of #6E3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3016

Black with #6E3016

Text Example


Text Example

White with #6E3016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,48,22); }

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

background-color css

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

 a { background-color: rgb(110,48,22); }

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

border-color css

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

 span { border-color: rgb(110,48,22); }

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