Html Css Color HEX #693C37 Metallic Copper

📋 copy color: '#693C37'

red 105 ◦ green 60 ◦ blue 55

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

Shades of Metallic Copper #693C37

Tints of Metallic Copper #693C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.27%

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

R = 47.73%
G = 27.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#693C37 (or 0x693C37) is known color: Metallic Copper. HEX triplet: 69, 3C and 37. RGB value is (105,60,55). Sum of RGB (Red+Green+Blue) = 105+60+55=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #693C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C37 is #96C3C8. Grayscale: #484848. Windows color (decimal): -9880521 or 3619945. OLE color: 3619945.

HSL color Cylindrical-coordinate representation of color #693C37: hue angle of 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 #693C37 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 60 55 -
CMYK 0 0.43 0.48 0.59
HSL 0.31% 0.31% -
HSV(B) 0.48% 0.41% -
XYZ 8.13 6.51 4.44 -
YUV 72.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 105 60 55 0 0.43 0.48 0.59 6 0.31 0.31
Hex 69 3C 37 0 2B 30 3B 6 1F 1F
Octal 151 74 67 0 53 60 73 6 37 37
Binary 1101001 111100 110111 0 101011 110000 111011 110 11111 11111

Color Harmonies of #693C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C37

Black with #693C37

Text Example


Text Example

White with #693C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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