Html Css Color HEX #6F4439 Metallic Copper

📋 copy color: '#6F4439'

red 111 ◦ green 68 ◦ blue 57

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

Shades of Metallic Copper #6F4439

Tints of Metallic Copper #6F4439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 57 (22.66% from 255) = 24.15%

R = 47.03%
G = 28.81%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F4439 (or 0x6F4439) is known color: Metallic Copper. HEX triplet: 6F, 44 and 39. RGB value is (111,68,57). Sum of RGB (Red+Green+Blue) = 111+68+57=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4439 is #90BBC6. Grayscale: #4F4F4F. Windows color (decimal): -9485255 or 3753071. OLE color: 3753071.

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

Color convert

RGB 111 68 57 -
CMYK 0 0.39 0.49 0.56
HSL 12.22º 0.32% 0.33% -
HSV(B) 12.22º 0.49% 0.44% -
XYZ 9.36 7.81 4.88 -
YUV 79.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 111 68 57 0 0.39 0.49 0.56 12.22 0.32 0.33
Hex 6F 44 39 0 27 31 38 C 20 21
Octal 157 104 71 0 47 61 70 14 40 41
Binary 1101111 1000100 111001 0 100111 110001 111000 1100 100000 100001

Color Harmonies of #6F4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4439

Black with #6F4439

Text Example


Text Example

White with #6F4439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,68,57); }

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

background-color css

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

 a { background-color: rgb(111,68,57); }

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

border-color css

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

 span { border-color: rgb(111,68,57); }

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