Html Css Color HEX #6A4235 Metallic Copper

📋 copy color: '#6A4235'

red 106 ◦ green 66 ◦ blue 53

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

Shades of Metallic Copper #6A4235

Tints of Metallic Copper #6A4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 47.11%
G = 29.33%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#6A4235 (or 0x6A4235) is known color: Metallic Copper. HEX triplet: 6A, 42 and 35. RGB value is (106,66,53). Sum of RGB (Red+Green+Blue) = 106+66+53=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4235 is #95BDCA. Grayscale: #4C4C4C. Windows color (decimal): -9813451 or 3490410. OLE color: 3490410.

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

Color convert

RGB 106 66 53 -
CMYK 0 0.38 0.5 0.58
HSL 14.72º 0.33% 0.31% -
HSV(B) 14.72º 0.5% 0.42% -
XYZ 8.53 7.22 4.31 -
YUV 76.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 106 66 53 0 0.38 0.5 0.58 14.72 0.33 0.31
Hex 6A 42 35 0 26 32 3A F 21 1F
Octal 152 102 65 0 46 62 72 17 41 37
Binary 1101010 1000010 110101 0 100110 110010 111010 1111 100001 11111

Color Harmonies of #6A4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4235

Black with #6A4235

Text Example


Text Example

White with #6A4235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,66,53); }

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

background-color css

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

 a { background-color: rgb(106,66,53); }

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

border-color css

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

 span { border-color: rgb(106,66,53); }

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