Html Css Color HEX #6F4238 Metallic Copper

📋 copy color: '#6F4238'

red 111 ◦ green 66 ◦ blue 56

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

Shades of Metallic Copper #6F4238

Tints of Metallic Copper #6F4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 47.64%
G = 28.33%
B = 24.03%

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

#6F4238 (or 0x6F4238) is known color: Metallic Copper. HEX triplet: 6F, 42 and 38. RGB value is (111,66,56). Sum of RGB (Red+Green+Blue) = 111+66+56=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4238 is #90BDC7. Grayscale: #4E4E4E. Windows color (decimal): -9485768 or 3687023. OLE color: 3687023.

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

Color convert

RGB 111 66 56 -
CMYK 0 0.41 0.50 0.56
HSL 10.91º 0.33% 0.33% -
HSV(B) 10.91º 0.5% 0.44% -
XYZ 9.22 7.56 4.72 -
YUV 78.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 111 66 56 0 0.41 0.50 0.56 10.91 0.33 0.33
Hex 6F 42 38 0 29 32 38 B 21 21
Octal 157 102 70 0 51 62 70 13 41 41
Binary 1101111 1000010 111000 0 101001 110010 111000 1011 100001 100001

Color Harmonies of #6F4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4238

Black with #6F4238

Text Example


Text Example

White with #6F4238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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