Html Css Color HEX #6A4136 Metallic Copper

📋 copy color: '#6A4136'

red 106 ◦ green 65 ◦ blue 54

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

Shades of Metallic Copper #6A4136

Tints of Metallic Copper #6A4136

RGB

 RED value IS 106 (41.8% from 255) = 47.11%

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 47.11%
G = 28.89%
B = 24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6A4136 (or 0x6A4136) is known color: Metallic Copper. HEX triplet: 6A, 41 and 36. RGB value is (106,65,54). Sum of RGB (Red+Green+Blue) = 106+65+54=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4136 is #95BEC9. Grayscale: #4C4C4C. Windows color (decimal): -9813706 or 3555690. OLE color: 3555690.

HSL color Cylindrical-coordinate representation of color #6A4136: hue angle of 12.69º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A4136 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 65 54 -
CMYK 0 0.39 0.49 0.58
HSL 12.69º 0.33% 0.31% -
HSV(B) 12.69º 0.49% 0.42% -
XYZ 8.5 7.11 4.41 -
YUV 76.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 106 65 54 0 0.39 0.49 0.58 12.69 0.33 0.31
Hex 6A 41 36 0 27 31 3A D 20 1F
Octal 152 101 66 0 47 61 72 15 40 37
Binary 1101010 1000001 110110 0 100111 110001 111010 1101 100000 11111

Color Harmonies of #6A4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4136

Black with #6A4136

Text Example


Text Example

White with #6A4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,54); }

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

background-color css

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

 a { background-color: rgb(106,65,54); }

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

border-color css

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

 span { border-color: rgb(106,65,54); }

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