Html Css Color HEX #6F3B32 Metallic Copper

📋 copy color: '#6F3B32'

red 111 ◦ green 59 ◦ blue 50

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

Shades of Metallic Copper #6F3B32

Tints of Metallic Copper #6F3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

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

R = 50.45%
G = 26.82%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#6F3B32 (or 0x6F3B32) is known color: Metallic Copper. HEX triplet: 6F, 3B and 32. RGB value is (111,59,50). Sum of RGB (Red+Green+Blue) = 111+59+50=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B32 is #90C4CD. Grayscale: #494949. Windows color (decimal): -9487566 or 3292015. OLE color: 3292015.

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

Color convert

RGB 111 59 50 -
CMYK 0 0.47 0.55 0.56
HSL 8.85º 0.38% 0.32% -
HSV(B) 8.85º 0.55% 0.44% -
XYZ 8.7 6.74 3.86 -
YUV 73.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 111 59 50 0 0.47 0.55 0.56 8.85 0.38 0.32
Hex 6F 3B 32 0 2F 37 38 9 26 20
Octal 157 73 62 0 57 67 70 11 46 40
Binary 1101111 111011 110010 0 101111 110111 111000 1001 100110 100000

Color Harmonies of #6F3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B32

Black with #6F3B32

Text Example


Text Example

White with #6F3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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