Html Css Color HEX #6A4539 Metallic Copper

📋 copy color: '#6A4539'

red 106 ◦ green 69 ◦ blue 57

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

Shades of Metallic Copper #6A4539

Tints of Metallic Copper #6A4539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.57%

R = 45.69%
G = 29.74%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6A4539 (or 0x6A4539) is known color: Metallic Copper. HEX triplet: 6A, 45 and 39. RGB value is (106,69,57). Sum of RGB (Red+Green+Blue) = 106+69+57=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4539 is #95BAC6. Grayscale: #4E4E4E. Windows color (decimal): -9812679 or 3753322. OLE color: 3753322.

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

Color convert

RGB 106 69 57 -
CMYK 0 0.35 0.46 0.58
HSL 14.69º 0.3% 0.32% -
HSV(B) 14.69º 0.46% 0.42% -
XYZ 8.81 7.62 4.88 -
YUV 78.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 106 69 57 0 0.35 0.46 0.58 14.69 0.3 0.32
Hex 6A 45 39 0 23 2E 3A F 1E 20
Octal 152 105 71 0 43 56 72 17 36 40
Binary 1101010 1000101 111001 0 100011 101110 111010 1111 11110 100000

Color Harmonies of #6A4539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4539

Black with #6A4539

Text Example


Text Example

White with #6A4539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,69,57); }

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

background-color css

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

 a { background-color: rgb(106,69,57); }

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

border-color css

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

 span { border-color: rgb(106,69,57); }

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