Html Css Color HEX #6B3F35 Metallic Copper

📋 copy color: '#6B3F35'

red 107 ◦ green 63 ◦ blue 53

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

Shades of Metallic Copper #6B3F35

Tints of Metallic Copper #6B3F35

RGB

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

 GREEN value IS 63 (25% from 255) = 28.25%

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

R = 47.98%
G = 28.25%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B3F35 (or 0x6B3F35) is known color: Metallic Copper. HEX triplet: 6B, 3F and 35. RGB value is (107,63,53). Sum of RGB (Red+Green+Blue) = 107+63+53=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3F35 is #94C0CA. Grayscale: #4B4B4B. Windows color (decimal): -9748683 or 3489643. OLE color: 3489643.

HSL color Cylindrical-coordinate representation of color #6B3F35: hue angle of 11.11º degrees, saturation: 0.34, 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 #6B3F35 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 63 53 -
CMYK 0 0.41 0.50 0.58
HSL 11.11º 0.34% 0.31% -
HSV(B) 11.11º 0.5% 0.42% -
XYZ 8.48 6.94 4.26 -
YUV 75.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 107 63 53 0 0.41 0.50 0.58 11.11 0.34 0.31
Hex 6B 3F 35 0 29 32 3A B 22 1F
Octal 153 77 65 0 51 62 72 13 42 37
Binary 1101011 111111 110101 0 101001 110010 111010 1011 100010 11111

Color Harmonies of #6B3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3F35

Black with #6B3F35

Text Example


Text Example

White with #6B3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,63,53); }

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

background-color css

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

 a { background-color: rgb(107,63,53); }

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

border-color css

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

 span { border-color: rgb(107,63,53); }

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