Html Css Color HEX #693C32 Metallic Copper

📋 copy color: '#693C32'

red 105 ◦ green 60 ◦ blue 50

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

Shades of Metallic Copper #693C32

Tints of Metallic Copper #693C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 48.84%
G = 27.91%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#693C32 (or 0x693C32) is known color: Metallic Copper. HEX triplet: 69, 3C and 32. RGB value is (105,60,50). Sum of RGB (Red+Green+Blue) = 105+60+50=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #693C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C32 is #96C3CD. Grayscale: #484848. Windows color (decimal): -9880526 or 3292265. OLE color: 3292265.

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

Color convert

RGB 105 60 50 -
CMYK 0 0.43 0.52 0.59
HSL 10.91º 0.35% 0.3% -
HSV(B) 10.91º 0.52% 0.41% -
XYZ 8.02 6.47 3.84 -
YUV 72.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 105 60 50 0 0.43 0.52 0.59 10.91 0.35 0.3
Hex 69 3C 32 0 2B 34 3B B 23 1E
Octal 151 74 62 0 53 64 73 13 43 36
Binary 1101001 111100 110010 0 101011 110100 111011 1011 100011 11110

Color Harmonies of #693C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C32

Black with #693C32

Text Example


Text Example

White with #693C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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