Html Css Color HEX #6F3F35 Metallic Copper

📋 copy color: '#6F3F35'

red 111 ◦ green 63 ◦ blue 53

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

Shades of Metallic Copper #6F3F35

Tints of Metallic Copper #6F3F35

RGB

 RED value IS 111 (43.75% from 255) = 48.9%

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

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

R = 48.9%
G = 27.75%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F3F35 (or 0x6F3F35) is known color: Metallic Copper. HEX triplet: 6F, 3F and 35. RGB value is (111,63,53). Sum of RGB (Red+Green+Blue) = 111+63+53=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F35 is #90C0CA. Grayscale: #4C4C4C. Windows color (decimal): -9486539 or 3489647. OLE color: 3489647.

HSL color Cylindrical-coordinate representation of color #6F3F35: hue angle of 10.34º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3F35 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 63 53 -
CMYK 0 0.43 0.52 0.56
HSL 10.34º 0.35% 0.32% -
HSV(B) 10.34º 0.52% 0.44% -
XYZ 8.98 7.19 4.28 -
YUV 76.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 111 63 53 0 0.43 0.52 0.56 10.34 0.35 0.32
Hex 6F 3F 35 0 2B 34 38 A 23 20
Octal 157 77 65 0 53 64 70 12 43 40
Binary 1101111 111111 110101 0 101011 110100 111000 1010 100011 100000

Color Harmonies of #6F3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F35

Black with #6F3F35

Text Example


Text Example

White with #6F3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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