Html Css Color HEX #693F32 Metallic Copper

📋 copy color: '#693F32'

red 105 ◦ green 63 ◦ blue 50

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

Shades of Metallic Copper #693F32

Tints of Metallic Copper #693F32

RGB

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

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

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

R = 48.17%
G = 28.9%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#693F32 (or 0x693F32) is known color: Metallic Copper. HEX triplet: 69, 3F and 32. RGB value is (105,63,50). Sum of RGB (Red+Green+Blue) = 105+63+50=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #693F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F32 is #96C0CD. Grayscale: #4A4A4A. Windows color (decimal): -9879758 or 3293033. OLE color: 3293033.

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

Color convert

RGB 105 63 50 -
CMYK 0 0.4 0.52 0.59
HSL 14.18º 0.35% 0.3% -
HSV(B) 14.18º 0.52% 0.41% -
XYZ 8.18 6.79 3.9 -
YUV 74.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 105 63 50 0 0.4 0.52 0.59 14.18 0.35 0.3
Hex 69 3F 32 0 28 34 3B E 23 1E
Octal 151 77 62 0 50 64 73 16 43 36
Binary 1101001 111111 110010 0 101000 110100 111011 1110 100011 11110

Color Harmonies of #693F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F32

Black with #693F32

Text Example


Text Example

White with #693F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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