Html Css Color HEX #683A35 Metallic Copper

📋 copy color: '#683A35'

red 104 ◦ green 58 ◦ blue 53

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

Shades of Metallic Copper #683A35

Tints of Metallic Copper #683A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.98%

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 48.37%
G = 26.98%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#683A35 (or 0x683A35) is known color: Metallic Copper. HEX triplet: 68, 3A and 35. RGB value is (104,58,53). Sum of RGB (Red+Green+Blue) = 104+58+53=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #683A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A35 is #97C5CA. Grayscale: #474747. Windows color (decimal): -9946571 or 3488360. OLE color: 3488360.

HSL color Cylindrical-coordinate representation of color #683A35: hue angle of 5.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683A35 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 58 53 -
CMYK 0 0.44 0.49 0.59
HSL 5.88º 0.32% 0.31% -
HSV(B) 5.88º 0.49% 0.41% -
XYZ 7.86 6.23 4.16 -
YUV 71.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 104 58 53 0 0.44 0.49 0.59 5.88 0.32 0.31
Hex 68 3A 35 0 2C 31 3B 6 20 1F
Octal 150 72 65 0 54 61 73 6 40 37
Binary 1101000 111010 110101 0 101100 110001 111011 110 100000 11111

Color Harmonies of #683A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A35

Black with #683A35

Text Example


Text Example

White with #683A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683A35; }

 p { color: rgb(104,58,53); }

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

background-color css

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

 a { background-color: rgb(104,58,53); }

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

border-color css

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

 span { border-color: rgb(104,58,53); }

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