Html Css Color HEX #6F4539 Metallic Copper

📋 copy color: '#6F4539'

red 111 ◦ green 69 ◦ blue 57

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

Shades of Metallic Copper #6F4539

Tints of Metallic Copper #6F4539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 46.84%
G = 29.11%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F4539 (or 0x6F4539) is known color: Metallic Copper. HEX triplet: 6F, 45 and 39. RGB value is (111,69,57). Sum of RGB (Red+Green+Blue) = 111+69+57=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4539 is #90BAC6. Grayscale: #505050. Windows color (decimal): -9484999 or 3753327. OLE color: 3753327.

HSL color Cylindrical-coordinate representation of color #6F4539: hue angle of 13.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F4539 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 69 57 -
CMYK 0 0.38 0.49 0.56
HSL 13.33º 0.32% 0.33% -
HSV(B) 13.33º 0.49% 0.44% -
XYZ 9.42 7.93 4.91 -
YUV 80.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 111 69 57 0 0.38 0.49 0.56 13.33 0.32 0.33
Hex 6F 45 39 0 26 31 38 D 20 21
Octal 157 105 71 0 46 61 70 15 40 41
Binary 1101111 1000101 111001 0 100110 110001 111000 1101 100000 100001

Color Harmonies of #6F4539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4539

Black with #6F4539

Text Example


Text Example

White with #6F4539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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