Html Css Color HEX #6E3933 Metallic Copper

📋 copy color: '#6E3933'

red 110 ◦ green 57 ◦ blue 51

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

Shades of Metallic Copper #6E3933

Tints of Metallic Copper #6E3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 50.46%
G = 26.15%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6E3933 (or 0x6E3933) is known color: Metallic Copper. HEX triplet: 6E, 39 and 33. RGB value is (110,57,51). Sum of RGB (Red+Green+Blue) = 110+57+51=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3933 is #91C6CC. Grayscale: #484848. Windows color (decimal): -9553613 or 3357038. OLE color: 3357038.

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

Color convert

RGB 110 57 51 -
CMYK 0 0.48 0.54 0.57
HSL 6.1º 0.37% 0.32% -
HSV(B) 6.1º 0.54% 0.43% -
XYZ 8.49 6.48 3.94 -
YUV 72.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 110 57 51 0 0.48 0.54 0.57 6.1 0.37 0.32
Hex 6E 39 33 0 30 36 39 6 25 20
Octal 156 71 63 0 60 66 71 6 45 40
Binary 1101110 111001 110011 0 110000 110110 111001 110 100101 100000

Color Harmonies of #6E3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3933

Black with #6E3933

Text Example


Text Example

White with #6E3933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,57,51); }

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

background-color css

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

 a { background-color: rgb(110,57,51); }

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

border-color css

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

 span { border-color: rgb(110,57,51); }

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