Html Css Color HEX #6F3C32 Metallic Copper

📋 copy color: '#6F3C32'

red 111 ◦ green 60 ◦ blue 50

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

Shades of Metallic Copper #6F3C32

Tints of Metallic Copper #6F3C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.15%

 BLUE value IS 50 (19.92% from 255) = 22.62%

R = 50.23%
G = 27.15%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F3C32 (or 0x6F3C32) is known color: Metallic Copper. HEX triplet: 6F, 3C and 32. RGB value is (111,60,50). Sum of RGB (Red+Green+Blue) = 111+60+50=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C32 is #90C3CD. Grayscale: #4A4A4A. Windows color (decimal): -9487310 or 3292271. OLE color: 3292271.

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

Color convert

RGB 111 60 50 -
CMYK 0 0.46 0.55 0.56
HSL 9.84º 0.38% 0.32% -
HSV(B) 9.84º 0.55% 0.44% -
XYZ 8.75 6.84 3.88 -
YUV 74.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 111 60 50 0 0.46 0.55 0.56 9.84 0.38 0.32
Hex 6F 3C 32 0 2E 37 38 A 26 20
Octal 157 74 62 0 56 67 70 12 46 40
Binary 1101111 111100 110010 0 101110 110111 111000 1010 100110 100000

Color Harmonies of #6F3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3C32

Black with #6F3C32

Text Example


Text Example

White with #6F3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,60,50); }

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

background-color css

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

 a { background-color: rgb(111,60,50); }

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

border-color css

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

 span { border-color: rgb(111,60,50); }

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