Html Css Color HEX #6B463C Metallic Copper

📋 copy color: '#6B463C'

red 107 ◦ green 70 ◦ blue 60

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

Shades of Metallic Copper #6B463C

Tints of Metallic Copper #6B463C

RGB

 RED value IS 107 (42.19% from 255) = 45.15%

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 45.15%
G = 29.54%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B463C (or 0x6B463C) is known color: Metallic Copper. HEX triplet: 6B, 46 and 3C. RGB value is (107,70,60). Sum of RGB (Red+Green+Blue) = 107+70+60=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B463C is #94B9C3. Grayscale: #505050. Windows color (decimal): -9746884 or 3950187. OLE color: 3950187.

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

Color convert

RGB 107 70 60 -
CMYK 0 0.35 0.44 0.58
HSL 12.77º 0.28% 0.33% -
HSV(B) 12.77º 0.44% 0.42% -
XYZ 9.07 7.83 5.31 -
YUV 79.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 107 70 60 0 0.35 0.44 0.58 12.77 0.28 0.33
Hex 6B 46 3C 0 23 2C 3A D 1C 21
Octal 153 106 74 0 43 54 72 15 34 41
Binary 1101011 1000110 111100 0 100011 101100 111010 1101 11100 100001

Color Harmonies of #6B463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B463C

Black with #6B463C

Text Example


Text Example

White with #6B463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,60); }

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

background-color css

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

 a { background-color: rgb(107,70,60); }

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

border-color css

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

 span { border-color: rgb(107,70,60); }

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