Html Css Color HEX #6F403C Metallic Copper

📋 copy color: '#6F403C'

red 111 ◦ green 64 ◦ blue 60

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

Shades of Metallic Copper #6F403C

Tints of Metallic Copper #6F403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 47.23%
G = 27.23%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F403C (or 0x6F403C) is known color: Metallic Copper. HEX triplet: 6F, 40 and 3C. RGB value is (111,64,60). Sum of RGB (Red+Green+Blue) = 111+64+60=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F403C is #90BFC3. Grayscale: #4D4D4D. Windows color (decimal): -9486276 or 3948655. OLE color: 3948655.

HSL color Cylindrical-coordinate representation of color #6F403C: hue angle of 4.71º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F403C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 64 60 -
CMYK 0 0.42 0.46 0.56
HSL 4.71º 0.3% 0.34% -
HSV(B) 4.71º 0.46% 0.44% -
XYZ 9.2 7.37 5.21 -
YUV 77.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 111 64 60 0 0.42 0.46 0.56 4.71 0.3 0.34
Hex 6F 40 3C 0 2A 2E 38 5 1E 22
Octal 157 100 74 0 52 56 70 5 36 42
Binary 1101111 1000000 111100 0 101010 101110 111000 101 11110 100010

Color Harmonies of #6F403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F403C

Black with #6F403C

Text Example


Text Example

White with #6F403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,60); }

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

background-color css

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

 a { background-color: rgb(111,64,60); }

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

border-color css

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

 span { border-color: rgb(111,64,60); }

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