Html Css Color HEX #694539 Metallic Copper

📋 copy color: '#694539'

red 105 ◦ green 69 ◦ blue 57

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

Shades of Metallic Copper #694539

Tints of Metallic Copper #694539

RGB

 RED value IS 105 (41.41% from 255) = 45.45%

 GREEN value IS 69 (27.34% from 255) = 29.87%

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

R = 45.45%
G = 29.87%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#694539 (or 0x694539) is known color: Metallic Copper. HEX triplet: 69, 45 and 39. RGB value is (105,69,57). Sum of RGB (Red+Green+Blue) = 105+69+57=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694539 is #96BAC6. Grayscale: #4E4E4E. Windows color (decimal): -9878215 or 3753321. OLE color: 3753321.

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

Color convert

RGB 105 69 57 -
CMYK 0 0.34 0.46 0.59
HSL 15º 0.3% 0.32% -
HSV(B) 15º 0.46% 0.41% -
XYZ 8.69 7.55 4.87 -
YUV 78.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 105 69 57 0 0.34 0.46 0.59 15 0.3 0.32
Hex 69 45 39 0 22 2E 3B F 1E 20
Octal 151 105 71 0 42 56 73 17 36 40
Binary 1101001 1000101 111001 0 100010 101110 111011 1111 11110 100000

Color Harmonies of #694539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694539

Black with #694539

Text Example


Text Example

White with #694539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694539; }

 p { color: rgb(105,69,57); }

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

background-color css

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

 a { background-color: rgb(105,69,57); }

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

border-color css

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

 span { border-color: rgb(105,69,57); }

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