Html Css Color HEX #6F3E34 Metallic Copper

📋 copy color: '#6F3E34'

red 111 ◦ green 62 ◦ blue 52

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

Shades of Metallic Copper #6F3E34

Tints of Metallic Copper #6F3E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 52 (20.7% from 255) = 23.11%

R = 49.33%
G = 27.56%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F3E34 (or 0x6F3E34) is known color: Metallic Copper. HEX triplet: 6F, 3E and 34. RGB value is (111,62,52). Sum of RGB (Red+Green+Blue) = 111+62+52=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E34 is #90C1CB. Grayscale: #4B4B4B. Windows color (decimal): -9486796 or 3423855. OLE color: 3423855.

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

Color convert

RGB 111 62 52 -
CMYK 0 0.44 0.53 0.56
HSL 10.17º 0.36% 0.32% -
HSV(B) 10.17º 0.53% 0.44% -
XYZ 8.9 7.07 4.15 -
YUV 75.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 111 62 52 0 0.44 0.53 0.56 10.17 0.36 0.32
Hex 6F 3E 34 0 2C 35 38 A 24 20
Octal 157 76 64 0 54 65 70 12 44 40
Binary 1101111 111110 110100 0 101100 110101 111000 1010 100100 100000

Color Harmonies of #6F3E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E34

Black with #6F3E34

Text Example


Text Example

White with #6F3E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,62,52); }

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

background-color css

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

 a { background-color: rgb(111,62,52); }

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

border-color css

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

 span { border-color: rgb(111,62,52); }

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