Html Css Color HEX #6F4339 Metallic Copper

📋 copy color: '#6F4339'

red 111 ◦ green 67 ◦ blue 57

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

Shades of Metallic Copper #6F4339

Tints of Metallic Copper #6F4339

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

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

R = 47.23%
G = 28.51%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#6F4339 (or 0x6F4339) is known color: Metallic Copper. HEX triplet: 6F, 43 and 39. RGB value is (111,67,57). Sum of RGB (Red+Green+Blue) = 111+67+57=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4339 is #90BCC6. Grayscale: #4F4F4F. Windows color (decimal): -9485511 or 3752815. OLE color: 3752815.

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

Color convert

RGB 111 67 57 -
CMYK 0 0.40 0.49 0.56
HSL 11.11º 0.32% 0.33% -
HSV(B) 11.11º 0.49% 0.44% -
XYZ 9.3 7.69 4.86 -
YUV 79.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 111 67 57 0 0.40 0.49 0.56 11.11 0.32 0.33
Hex 6F 43 39 0 28 31 38 B 20 21
Octal 157 103 71 0 50 61 70 13 40 41
Binary 1101111 1000011 111001 0 101000 110001 111000 1011 100000 100001

Color Harmonies of #6F4339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4339

Black with #6F4339

Text Example


Text Example

White with #6F4339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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