Html Css Color HEX #6F3A31 Metallic Copper

📋 copy color: '#6F3A31'

red 111 ◦ green 58 ◦ blue 49

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

Shades of Metallic Copper #6F3A31

Tints of Metallic Copper #6F3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 50.92%
G = 26.61%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#6F3A31 (or 0x6F3A31) is known color: Metallic Copper. HEX triplet: 6F, 3A and 31. RGB value is (111,58,49). Sum of RGB (Red+Green+Blue) = 111+58+49=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A31 is #90C5CE. Grayscale: #484848. Windows color (decimal): -9487823 or 3226223. OLE color: 3226223.

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

Color convert

RGB 111 58 49 -
CMYK 0 0.48 0.56 0.56
HSL 8.71º 0.39% 0.31% -
HSV(B) 8.71º 0.56% 0.44% -
XYZ 8.62 6.63 3.73 -
YUV 72.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 111 58 49 0 0.48 0.56 0.56 8.71 0.39 0.31
Hex 6F 3A 31 0 30 38 38 9 27 1F
Octal 157 72 61 0 60 70 70 11 47 37
Binary 1101111 111010 110001 0 110000 111000 111000 1001 100111 11111

Color Harmonies of #6F3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A31

Black with #6F3A31

Text Example


Text Example

White with #6F3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,49); }

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

background-color css

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

 a { background-color: rgb(111,58,49); }

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

border-color css

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

 span { border-color: rgb(111,58,49); }

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