Html Css Color HEX #693F37 Metallic Copper

📋 copy color: '#693F37'

red 105 ◦ green 63 ◦ blue 55

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

Shades of Metallic Copper #693F37

Tints of Metallic Copper #693F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 47.09%
G = 28.25%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#693F37 (or 0x693F37) is known color: Metallic Copper. HEX triplet: 69, 3F and 37. RGB value is (105,63,55). Sum of RGB (Red+Green+Blue) = 105+63+55=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F37 is #96C0C8. Grayscale: #4A4A4A. Windows color (decimal): -9879753 or 3620713. OLE color: 3620713.

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

Color convert

RGB 105 63 55 -
CMYK 0 0.4 0.48 0.59
HSL 9.6º 0.31% 0.31% -
HSV(B) 9.6º 0.48% 0.41% -
XYZ 8.29 6.83 4.5 -
YUV 74.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 105 63 55 0 0.4 0.48 0.59 9.6 0.31 0.31
Hex 69 3F 37 0 28 30 3B A 1F 1F
Octal 151 77 67 0 50 60 73 12 37 37
Binary 1101001 111111 110111 0 101000 110000 111011 1010 11111 11111

Color Harmonies of #693F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F37

Black with #693F37

Text Example


Text Example

White with #693F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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