Html Css Color HEX #693F33 Metallic Copper

📋 copy color: '#693F33'

red 105 ◦ green 63 ◦ blue 51

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

Shades of Metallic Copper #693F33

Tints of Metallic Copper #693F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 47.95%
G = 28.77%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#693F33 (or 0x693F33) is known color: Metallic Copper. HEX triplet: 69, 3F and 33. RGB value is (105,63,51). Sum of RGB (Red+Green+Blue) = 105+63+51=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #693F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F33 is #96C0CC. Grayscale: #4A4A4A. Windows color (decimal): -9879757 or 3358569. OLE color: 3358569.

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

Color convert

RGB 105 63 51 -
CMYK 0 0.4 0.51 0.59
HSL 13.33º 0.35% 0.31% -
HSV(B) 13.33º 0.51% 0.41% -
XYZ 8.2 6.8 4.01 -
YUV 74.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 105 63 51 0 0.4 0.51 0.59 13.33 0.35 0.31
Hex 69 3F 33 0 28 33 3B D 23 1F
Octal 151 77 63 0 50 63 73 15 43 37
Binary 1101001 111111 110011 0 101000 110011 111011 1101 100011 11111

Color Harmonies of #693F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F33

Black with #693F33

Text Example


Text Example

White with #693F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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