Html Css Color HEX #6F3F32 Metallic Copper

📋 copy color: '#6F3F32'

red 111 ◦ green 63 ◦ blue 50

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

Shades of Metallic Copper #6F3F32

Tints of Metallic Copper #6F3F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 49.55%
G = 28.13%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F3F32 (or 0x6F3F32) is known color: Metallic Copper. HEX triplet: 6F, 3F and 32. RGB value is (111,63,50). Sum of RGB (Red+Green+Blue) = 111+63+50=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F32 is #90C0CD. Grayscale: #4B4B4B. Windows color (decimal): -9486542 or 3293039. OLE color: 3293039.

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

Color convert

RGB 111 63 50 -
CMYK 0 0.43 0.55 0.56
HSL 12.79º 0.38% 0.32% -
HSV(B) 12.79º 0.55% 0.44% -
XYZ 8.91 7.16 3.93 -
YUV 75.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 111 63 50 0 0.43 0.55 0.56 12.79 0.38 0.32
Hex 6F 3F 32 0 2B 37 38 D 26 20
Octal 157 77 62 0 53 67 70 15 46 40
Binary 1101111 111111 110010 0 101011 110111 111000 1101 100110 100000

Color Harmonies of #6F3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F32

Black with #6F3F32

Text Example


Text Example

White with #6F3F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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