Html Css Color HEX #6E5136 Old Copper

📋 copy color: '#6E5136'

red 110 ◦ green 81 ◦ blue 54

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

Shades of Old Copper #6E5136

Tints of Old Copper #6E5136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 54 (21.48% from 255) = 22.04%

R = 44.9%
G = 33.06%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6E5136 (or 0x6E5136) is known color: Old Copper. HEX triplet: 6E, 51 and 36. RGB value is (110,81,54). Sum of RGB (Red+Green+Blue) = 110+81+54=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5136 is #91AEC9. Grayscale: #565656. Windows color (decimal): -9547466 or 3559790. OLE color: 3559790.

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

Color convert

RGB 110 81 54 -
CMYK 0 0.26 0.51 0.57
HSL 28.93º 0.34% 0.32% -
HSV(B) 28.93º 0.51% 0.43% -
XYZ 10.04 9.47 4.79 -
YUV 86.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 110 81 54 0 0.26 0.51 0.57 28.93 0.34 0.32
Hex 6E 51 36 0 1A 33 39 1D 22 20
Octal 156 121 66 0 32 63 71 35 42 40
Binary 1101110 1010001 110110 0 11010 110011 111001 11101 100010 100000

Color Harmonies of #6E5136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5136

Black with #6E5136

Text Example


Text Example

White with #6E5136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,81,54); }

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

background-color css

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

 a { background-color: rgb(110,81,54); }

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

border-color css

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

 span { border-color: rgb(110,81,54); }

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