Html Css Color HEX #693C2E Metallic Copper

📋 copy color: '#693C2E'

red 105 ◦ green 60 ◦ blue 46

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

Shades of Metallic Copper #693C2E

Tints of Metallic Copper #693C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.8%

R = 49.76%
G = 28.44%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#693C2E (or 0x693C2E) is known color: Metallic Copper. HEX triplet: 69, 3C and 2E. RGB value is (105,60,46). Sum of RGB (Red+Green+Blue) = 105+60+46=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #693C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C2E is #96C3D1. Grayscale: #474747. Windows color (decimal): -9880530 or 3030121. OLE color: 3030121.

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

Color convert

RGB 105 60 46 -
CMYK 0 0.43 0.56 0.59
HSL 14.24º 0.39% 0.3% -
HSV(B) 14.24º 0.56% 0.41% -
XYZ 7.93 6.43 3.41 -
YUV 71.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 105 60 46 0 0.43 0.56 0.59 14.24 0.39 0.3
Hex 69 3C 2E 0 2B 38 3B E 27 1E
Octal 151 74 56 0 53 70 73 16 47 36
Binary 1101001 111100 101110 0 101011 111000 111011 1110 100111 11110

Color Harmonies of #693C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C2E

Black with #693C2E

Text Example


Text Example

White with #693C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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