Html Css Color HEX #693C34 Metallic Copper

📋 copy color: '#693C34'

red 105 ◦ green 60 ◦ blue 52

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

Shades of Metallic Copper #693C34

Tints of Metallic Copper #693C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 48.39%
G = 27.65%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#693C34 (or 0x693C34) is known color: Metallic Copper. HEX triplet: 69, 3C and 34. RGB value is (105,60,52). Sum of RGB (Red+Green+Blue) = 105+60+52=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #693C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C34 is #96C3CB. Grayscale: #484848. Windows color (decimal): -9880524 or 3423337. OLE color: 3423337.

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

Color convert

RGB 105 60 52 -
CMYK 0 0.43 0.50 0.59
HSL 9.06º 0.34% 0.31% -
HSV(B) 9.06º 0.5% 0.41% -
XYZ 8.06 6.48 4.08 -
YUV 72.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 105 60 52 0 0.43 0.50 0.59 9.06 0.34 0.31
Hex 69 3C 34 0 2B 32 3B 9 22 1F
Octal 151 74 64 0 53 62 73 11 42 37
Binary 1101001 111100 110100 0 101011 110010 111011 1001 100010 11111

Color Harmonies of #693C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C34

Black with #693C34

Text Example


Text Example

White with #693C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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