Html Css Color HEX #6F3E37 Metallic Copper

📋 copy color: '#6F3E37'

red 111 ◦ green 62 ◦ blue 55

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

Shades of Metallic Copper #6F3E37

Tints of Metallic Copper #6F3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

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

R = 48.68%
G = 27.19%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F3E37 (or 0x6F3E37) is known color: Metallic Copper. HEX triplet: 6F, 3E and 37. RGB value is (111,62,55). Sum of RGB (Red+Green+Blue) = 111+62+55=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E37 is #90C1C8. Grayscale: #4B4B4B. Windows color (decimal): -9486793 or 3620463. OLE color: 3620463.

HSL color Cylindrical-coordinate representation of color #6F3E37: hue angle of 7.5º 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 #6F3E37 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 62 55 -
CMYK 0 0.44 0.50 0.56
HSL 7.5º 0.34% 0.33% -
HSV(B) 7.5º 0.5% 0.44% -
XYZ 8.97 7.1 4.51 -
YUV 75.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 111 62 55 0 0.44 0.50 0.56 7.5 0.34 0.33
Hex 6F 3E 37 0 2C 32 38 8 22 21
Octal 157 76 67 0 54 62 70 10 42 41
Binary 1101111 111110 110111 0 101100 110010 111000 1000 100010 100001

Color Harmonies of #6F3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E37

Black with #6F3E37

Text Example


Text Example

White with #6F3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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