Html Css Color HEX #6F4137 Metallic Copper

📋 copy color: '#6F4137'

red 111 ◦ green 65 ◦ blue 55

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

Shades of Metallic Copper #6F4137

Tints of Metallic Copper #6F4137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 55 (21.88% from 255) = 23.81%

R = 48.05%
G = 28.14%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4137 (or 0x6F4137) is known color: Metallic Copper. HEX triplet: 6F, 41 and 37. RGB value is (111,65,55). Sum of RGB (Red+Green+Blue) = 111+65+55=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4137 is #90BEC8. Grayscale: #4D4D4D. Windows color (decimal): -9486025 or 3621231. OLE color: 3621231.

HSL color Cylindrical-coordinate representation of color #6F4137: hue angle of 10.71º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4137 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 55 -
CMYK 0 0.41 0.50 0.56
HSL 10.71º 0.34% 0.33% -
HSV(B) 10.71º 0.5% 0.44% -
XYZ 9.14 7.44 4.57 -
YUV 77.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 111 65 55 0 0.41 0.50 0.56 10.71 0.34 0.33
Hex 6F 41 37 0 29 32 38 B 22 21
Octal 157 101 67 0 51 62 70 13 42 41
Binary 1101111 1000001 110111 0 101001 110010 111000 1011 100010 100001

Color Harmonies of #6F4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4137

Black with #6F4137

Text Example


Text Example

White with #6F4137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,55); }

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

background-color css

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

 a { background-color: rgb(111,65,55); }

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

border-color css

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

 span { border-color: rgb(111,65,55); }

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