Html Css Color HEX #6E453A Metallic Copper

📋 copy color: '#6E453A'

red 110 ◦ green 69 ◦ blue 58

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

Shades of Metallic Copper #6E453A

Tints of Metallic Copper #6E453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 46.41%
G = 29.11%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E453A (or 0x6E453A) is known color: Metallic Copper. HEX triplet: 6E, 45 and 3A. RGB value is (110,69,58). Sum of RGB (Red+Green+Blue) = 110+69+58=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E453A is #91BAC5. Grayscale: #505050. Windows color (decimal): -9550534 or 3818862. OLE color: 3818862.

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

Color convert

RGB 110 69 58 -
CMYK 0 0.37 0.47 0.57
HSL 12.69º 0.31% 0.33% -
HSV(B) 12.69º 0.47% 0.43% -
XYZ 9.32 7.88 5.03 -
YUV 80.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 110 69 58 0 0.37 0.47 0.57 12.69 0.31 0.33
Hex 6E 45 3A 0 25 2F 39 D 1F 21
Octal 156 105 72 0 45 57 71 15 37 41
Binary 1101110 1000101 111010 0 100101 101111 111001 1101 11111 100001

Color Harmonies of #6E453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E453A

Black with #6E453A

Text Example


Text Example

White with #6E453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,69,58); }

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

background-color css

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

 a { background-color: rgb(110,69,58); }

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

border-color css

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

 span { border-color: rgb(110,69,58); }

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