Html Css Color HEX #6B4539 Metallic Copper

📋 copy color: '#6B4539'

red 107 ◦ green 69 ◦ blue 57

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

Shades of Metallic Copper #6B4539

Tints of Metallic Copper #6B4539

RGB

 RED value IS 107 (42.19% from 255) = 45.92%

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

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

R = 45.92%
G = 29.61%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6B4539 (or 0x6B4539) is known color: Metallic Copper. HEX triplet: 6B, 45 and 39. RGB value is (107,69,57). Sum of RGB (Red+Green+Blue) = 107+69+57=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4539 is #94BAC6. Grayscale: #4F4F4F. Windows color (decimal): -9747143 or 3753323. OLE color: 3753323.

HSL color Cylindrical-coordinate representation of color #6B4539: hue angle of 14.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B4539 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 57 -
CMYK 0 0.36 0.47 0.58
HSL 14.4º 0.3% 0.32% -
HSV(B) 14.4º 0.47% 0.42% -
XYZ 8.93 7.68 4.88 -
YUV 78.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 107 69 57 0 0.36 0.47 0.58 14.4 0.3 0.32
Hex 6B 45 39 0 24 2F 3A E 1E 20
Octal 153 105 71 0 44 57 72 16 36 40
Binary 1101011 1000101 111001 0 100100 101111 111010 1110 11110 100000

Color Harmonies of #6B4539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4539

Black with #6B4539

Text Example


Text Example

White with #6B4539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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