Html Css Color HEX #6E4D38 Old Copper

📋 copy color: '#6E4D38'

red 110 ◦ green 77 ◦ blue 56

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

Shades of Old Copper #6E4D38

Tints of Old Copper #6E4D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

 BLUE value IS 56 (22.27% from 255) = 23.05%

R = 45.27%
G = 31.69%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E4D38 (or 0x6E4D38) is known color: Old Copper. HEX triplet: 6E, 4D and 38. RGB value is (110,77,56). Sum of RGB (Red+Green+Blue) = 110+77+56=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4D38 is #91B2C7. Grayscale: #545454. Windows color (decimal): -9548488 or 3689838. OLE color: 3689838.

HSL color Cylindrical-coordinate representation of color #6E4D38: hue angle of 23.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4D38 is Cyan = 0, Magento = 0.3, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 77 56 -
CMYK 0 0.3 0.49 0.57
HSL 23.33º 0.33% 0.33% -
HSV(B) 23.33º 0.49% 0.43% -
XYZ 9.8 8.91 4.94 -
YUV 84.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 110 77 56 0 0.3 0.49 0.57 23.33 0.33 0.33
Hex 6E 4D 38 0 1E 31 39 17 21 21
Octal 156 115 70 0 36 61 71 27 41 41
Binary 1101110 1001101 111000 0 11110 110001 111001 10111 100001 100001

Color Harmonies of #6E4D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4D38

Black with #6E4D38

Text Example


Text Example

White with #6E4D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,77,56); }

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

background-color css

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

 a { background-color: rgb(110,77,56); }

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

border-color css

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

 span { border-color: rgb(110,77,56); }

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