Html Css Color HEX #693F2F Metallic Copper

📋 copy color: '#693F2F'

red 105 ◦ green 63 ◦ blue 47

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

Shades of Metallic Copper #693F2F

Tints of Metallic Copper #693F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 29.3%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 48.84%
G = 29.3%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#693F2F (or 0x693F2F) is known color: Metallic Copper. HEX triplet: 69, 3F and 2F. RGB value is (105,63,47). Sum of RGB (Red+Green+Blue) = 105+63+47=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #693F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F2F is #96C0D0. Grayscale: #494949. Windows color (decimal): -9879761 or 3096425. OLE color: 3096425.

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

Color convert

RGB 105 63 47 -
CMYK 0 0.4 0.55 0.59
HSL 16.55º 0.38% 0.3% -
HSV(B) 16.55º 0.55% 0.41% -
XYZ 8.12 6.76 3.57 -
YUV 73.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 105 63 47 0 0.4 0.55 0.59 16.55 0.38 0.3
Hex 69 3F 2F 0 28 37 3B 11 26 1E
Octal 151 77 57 0 50 67 73 21 46 36
Binary 1101001 111111 101111 0 101000 110111 111011 10001 100110 11110

Color Harmonies of #693F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F2F

Black with #693F2F

Text Example


Text Example

White with #693F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,47); }

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

background-color css

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

 a { background-color: rgb(105,63,47); }

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

border-color css

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

 span { border-color: rgb(105,63,47); }

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