Html Css Color HEX #6F4437 Metallic Copper

📋 copy color: '#6F4437'

red 111 ◦ green 68 ◦ blue 55

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

Shades of Metallic Copper #6F4437

Tints of Metallic Copper #6F4437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 47.44%
G = 29.06%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4437 (or 0x6F4437) is known color: Metallic Copper. HEX triplet: 6F, 44 and 37. RGB value is (111,68,55). Sum of RGB (Red+Green+Blue) = 111+68+55=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4437 is #90BBC8. Grayscale: #4F4F4F. Windows color (decimal): -9485257 or 3621999. OLE color: 3621999.

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

Color convert

RGB 111 68 55 -
CMYK 0 0.39 0.50 0.56
HSL 13.93º 0.34% 0.33% -
HSV(B) 13.93º 0.5% 0.44% -
XYZ 9.31 7.79 4.63 -
YUV 79.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 111 68 55 0 0.39 0.50 0.56 13.93 0.34 0.33
Hex 6F 44 37 0 27 32 38 E 22 21
Octal 157 104 67 0 47 62 70 16 42 41
Binary 1101111 1000100 110111 0 100111 110010 111000 1110 100010 100001

Color Harmonies of #6F4437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4437

Black with #6F4437

Text Example


Text Example

White with #6F4437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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