Html Css Color HEX #6F403B Metallic Copper

📋 copy color: '#6F403B'

red 111 ◦ green 64 ◦ blue 59

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

Shades of Metallic Copper #6F403B

Tints of Metallic Copper #6F403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 47.44%
G = 27.35%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F403B (or 0x6F403B) is known color: Metallic Copper. HEX triplet: 6F, 40 and 3B. RGB value is (111,64,59). Sum of RGB (Red+Green+Blue) = 111+64+59=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F403B is #90BFC4. Grayscale: #4D4D4D. Windows color (decimal): -9486277 or 3883119. OLE color: 3883119.

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

Color convert

RGB 111 64 59 -
CMYK 0 0.42 0.47 0.56
HSL 5.77º 0.31% 0.33% -
HSV(B) 5.77º 0.47% 0.44% -
XYZ 9.18 7.36 5.07 -
YUV 77.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 111 64 59 0 0.42 0.47 0.56 5.77 0.31 0.33
Hex 6F 40 3B 0 2A 2F 38 6 1F 21
Octal 157 100 73 0 52 57 70 6 37 41
Binary 1101111 1000000 111011 0 101010 101111 111000 110 11111 100001

Color Harmonies of #6F403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F403B

Black with #6F403B

Text Example


Text Example

White with #6F403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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