Html Css Color HEX #684033 Metallic Copper

📋 copy color: '#684033'

red 104 ◦ green 64 ◦ blue 51

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

Shades of Metallic Copper #684033

Tints of Metallic Copper #684033

RGB

 RED value IS 104 (41.02% from 255) = 47.49%

 GREEN value IS 64 (25.39% from 255) = 29.22%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 47.49%
G = 29.22%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#684033 (or 0x684033) is known color: Metallic Copper. HEX triplet: 68, 40 and 33. RGB value is (104,64,51). Sum of RGB (Red+Green+Blue) = 104+64+51=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #684033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684033 is #97BFCC. Grayscale: #4A4A4A. Windows color (decimal): -9945037 or 3358824. OLE color: 3358824.

HSL color Cylindrical-coordinate representation of color #684033: hue angle of 14.72º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684033 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 51 -
CMYK 0 0.38 0.51 0.59
HSL 14.72º 0.34% 0.3% -
HSV(B) 14.72º 0.51% 0.41% -
XYZ 8.14 6.85 4.02 -
YUV 74.48 114.75 149.06 -
System Red Green Blue C M Y K H S L
Decimal 104 64 51 0 0.38 0.51 0.59 14.72 0.34 0.3
Hex 68 40 33 0 26 33 3B F 22 1E
Octal 150 100 63 0 46 63 73 17 42 36
Binary 1101000 1000000 110011 0 100110 110011 111011 1111 100010 11110

Color Harmonies of #684033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684033

Black with #684033

Text Example


Text Example

White with #684033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684033; }

 p { color: rgb(104,64,51); }

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

background-color css

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

 a { background-color: rgb(104,64,51); }

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

border-color css

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

 span { border-color: rgb(104,64,51); }

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