Html Css Color HEX #693933 Metallic Copper

📋 copy color: '#693933'

red 105 ◦ green 57 ◦ blue 51

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

Shades of Metallic Copper #693933

Tints of Metallic Copper #693933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 49.3%
G = 26.76%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#693933 (or 0x693933) is known color: Metallic Copper. HEX triplet: 69, 39 and 33. RGB value is (105,57,51). Sum of RGB (Red+Green+Blue) = 105+57+51=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #693933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693933 is #96C6CC. Grayscale: #464646. Windows color (decimal): -9881293 or 3357033. OLE color: 3357033.

HSL color Cylindrical-coordinate representation of color #693933: hue angle of 6.67º 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 #693933 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 57 51 -
CMYK 0 0.46 0.51 0.59
HSL 6.67º 0.35% 0.31% -
HSV(B) 6.67º 0.51% 0.41% -
XYZ 7.89 6.17 3.91 -
YUV 70.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 105 57 51 0 0.46 0.51 0.59 6.67 0.35 0.31
Hex 69 39 33 0 2E 33 3B 7 23 1F
Octal 151 71 63 0 56 63 73 7 43 37
Binary 1101001 111001 110011 0 101110 110011 111011 111 100011 11111

Color Harmonies of #693933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693933

Black with #693933

Text Example


Text Example

White with #693933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693933; }

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

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

background-color css

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

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

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

border-color css

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

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

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