Html Css Color HEX #693D2E Metallic Copper

📋 copy color: '#693D2E'

red 105 ◦ green 61 ◦ blue 46

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

Shades of Metallic Copper #693D2E

Tints of Metallic Copper #693D2E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.77%

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 49.53%
G = 28.77%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#693D2E (or 0x693D2E) is known color: Metallic Copper. HEX triplet: 69, 3D and 2E. RGB value is (105,61,46). Sum of RGB (Red+Green+Blue) = 105+61+46=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #693D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D2E is #96C2D1. Grayscale: #484848. Windows color (decimal): -9880274 or 3030377. OLE color: 3030377.

HSL color Cylindrical-coordinate representation of color #693D2E: hue angle of 15.25º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693D2E is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 61 46 -
CMYK 0 0.42 0.56 0.59
HSL 15.25º 0.39% 0.3% -
HSV(B) 15.25º 0.56% 0.41% -
XYZ 7.99 6.54 3.43 -
YUV 72.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 105 61 46 0 0.42 0.56 0.59 15.25 0.39 0.3
Hex 69 3D 2E 0 2A 38 3B F 27 1E
Octal 151 75 56 0 52 70 73 17 47 36
Binary 1101001 111101 101110 0 101010 111000 111011 1111 100111 11110

Color Harmonies of #693D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D2E

Black with #693D2E

Text Example


Text Example

White with #693D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693D2E; }

 p { color: rgb(105,61,46); }

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

background-color css

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

 a { background-color: rgb(105,61,46); }

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

border-color css

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

 span { border-color: rgb(105,61,46); }

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