Html Css Color HEX #6F4538 Metallic Copper

📋 copy color: '#6F4538'

red 111 ◦ green 69 ◦ blue 56

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

Shades of Metallic Copper #6F4538

Tints of Metallic Copper #6F4538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 47.03%
G = 29.24%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F4538 (or 0x6F4538) is known color: Metallic Copper. HEX triplet: 6F, 45 and 38. RGB value is (111,69,56). Sum of RGB (Red+Green+Blue) = 111+69+56=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4538 is #90BAC7. Grayscale: #505050. Windows color (decimal): -9485000 or 3687791. OLE color: 3687791.

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

Color convert

RGB 111 69 56 -
CMYK 0 0.38 0.50 0.56
HSL 14.18º 0.33% 0.33% -
HSV(B) 14.18º 0.5% 0.44% -
XYZ 9.4 7.92 4.78 -
YUV 80.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 111 69 56 0 0.38 0.50 0.56 14.18 0.33 0.33
Hex 6F 45 38 0 26 32 38 E 21 21
Octal 157 105 70 0 46 62 70 16 41 41
Binary 1101111 1000101 111000 0 100110 110010 111000 1110 100001 100001

Color Harmonies of #6F4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4538

Black with #6F4538

Text Example


Text Example

White with #6F4538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,56); }

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

background-color css

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

 a { background-color: rgb(111,69,56); }

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

border-color css

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

 span { border-color: rgb(111,69,56); }

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