Html Css Color HEX #6F403A Metallic Copper

📋 copy color: '#6F403A'

red 111 ◦ green 64 ◦ blue 58

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

Shades of Metallic Copper #6F403A

Tints of Metallic Copper #6F403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.89%

R = 47.64%
G = 27.47%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F403A (or 0x6F403A) is known color: Metallic Copper. HEX triplet: 6F, 40 and 3A. RGB value is (111,64,58). Sum of RGB (Red+Green+Blue) = 111+64+58=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F403A is #90BFC5. Grayscale: #4D4D4D. Windows color (decimal): -9486278 or 3817583. OLE color: 3817583.

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

Color convert

RGB 111 64 58 -
CMYK 0 0.42 0.48 0.56
HSL 6.79º 0.31% 0.33% -
HSV(B) 6.79º 0.48% 0.44% -
XYZ 9.15 7.35 4.94 -
YUV 77.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 111 64 58 0 0.42 0.48 0.56 6.79 0.31 0.33
Hex 6F 40 3A 0 2A 30 38 7 1F 21
Octal 157 100 72 0 52 60 70 7 37 41
Binary 1101111 1000000 111010 0 101010 110000 111000 111 11111 100001

Color Harmonies of #6F403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F403A

Black with #6F403A

Text Example


Text Example

White with #6F403A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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